Skip to content

Commit

Permalink
Some typos fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Divi committed Dec 2, 2014
1 parent d48140d commit 815d24c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ All download files can be decoded to parse them.
## Features

* **A built-in replay decoder for each files (chunks & keyframes)**
* **An asynchronous system, allow to download some replays at the same time and save the log into the replay folder**, it need the CLI dependency : https://github.com/EloGank/lol-replay-downloader-cli
* **An asynchronous system, allow to download some replays at the same time and save the log into the replay folder**, it needs the CLI dependency : https://github.com/EloGank/lol-replay-downloader-cli
* Download previous data if you start the download process after the start of the game
* Can wait for the start of the game if you start the download process too early
* Easily extendable and configurable.
* **Easily extendable and configurable**.


## Installation
Expand All @@ -24,7 +24,7 @@ If you don't know what is Composer, read the [dedicated documentation](./doc/ins

To configure the library, you have some `$options` parameters in the classes constructor. Just pass an array to override them, see the `getDefaultOptions()` method of each class.

See the "[download and decode example](./examples/download-and-decode-replay.php)", which override two configurations of the `ReplayDownloader` class.
See the "[download and decode example](./examples/download-and-decode-replay.php)", which overrides two configurations of the `ReplayDownloader` class.

## How to use (examples)

Expand Down Expand Up @@ -53,11 +53,11 @@ Example :
"C:\Riot Games\League of Legends\RADS\solutions\lol_game_client_sln\releases\0.0.1.68\deploy\League of Legends.exe" "8394" "LoLLauncher.exe" "" "spectator 185.40.64.163:80 nwP+BEYqHgk4sElnU2uRogoxGPUw1dzE 1234567890 EUW1"
```

So, you can run the command :
So, you can extract :

``` bash
php console elogank:replay:download EUW1 1234567890 nwP+BEYqHgk4sElnU2uRogoxGPUw1dzE
```
Region | Game ID | Encryption Key
------------ | ------------- | -------------
EUW1 | 1234567890 | nwP+BEYqHgk4sElnU2uRogoxGPUw1dzE

### From LoLNexus parser

Expand Down
2 changes: 1 addition & 1 deletion doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ composer install

If you want install this library as dependency, simply add to your `composer.json` file :

``` json
``` js
"require": {
// ...
"elogank/lol-replay-downloader": "~1.0.0"
Expand Down

0 comments on commit 815d24c

Please sign in to comment.