Rename Limelight-pi to Limelight Pi

This commit is contained in:
Iwan Timmer
2014-06-25 02:14:40 +02:00
parent 0aa57693fd
commit b8b3ced387
2 changed files with 5 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
#Limelight-pi
#Limelight Pi
Limelight is an open source implementation of NVIDIA's GameStream, as used by the NVIDIA Shield,
but built for Linux/OSX/Windows.
Limelight-pi allows you to stream your full collection of Steam games from
Limelight Pi allows you to stream your full collection of Steam games from
your powerful Windows desktop to your Raspberry Pi.
[Limelight-common](https://github.com/limelight-stream/limelight-common) is the shared codebase between
@@ -35,9 +35,9 @@ implementation.
* Ensure your machine and Raspberry Pi are on the same network
* Turn on Shield Streaming in the GFE settings
* Start Limelight-pi with -pair option
* Start Limelight Pi with -pair option
* Accept the pairing confirmation on your PC
* Start Limelight-pi normally
* Start Limelight Pi normally
* Play games!
##Compile

View File

@@ -24,7 +24,7 @@ import java.util.logging.Logger;
import com.limelight.nvstream.http.PairingManager;
/**
* Main class for Limelight-pi
* Main class for Limelight Pi
* @author Diego Waxemberg<br>
* Cameron Gutman
* Iwan Timmer