Skip to content

Commit

Permalink
README: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
zyberspace committed Oct 13, 2016
1 parent 6b5abdf commit 284ad01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Automatically generated?
------------------------
Yeah, every API interface (those are not php interfaces) got generated automatically from the [`/ISteamWebAPIUtil/GetSupportedAPIList/v1/`](https://github.com/zyberspace/php-steam-web-api-client/blob/master/lib/Zyberspace/SteamWebApi/Interfaces/ISteamWebAPIUtil.php#L16-L23) method. Only the classes outside of the `Interfaces` directory are written from hand.

This way it is easy for me to keep the api updated because i just need to run the generation command everytime valve changes something.
This way it is easy for me to keep the api updated because i just need to run the generation command every time valve changes something.

Installation
------------
Expand All @@ -28,7 +28,7 @@ The client is structured in 3 peaces:
- The `Client` class which saves your api key and takes care of the actual api calls.
- The api interfaces which are automatically generated and provide the api methods to call.
- The `InterfaceGenerator` which generated the interfaces. **You don't need this one except you want to update the saved interface classes.**
(Use it by installing the dev dependencies and the execute `composer generate-interfaces [your api key]}`.)
(Use it by installing the dev dependencies and the execute `composer generate-interfaces [your api key]`.)

Quickstart
----------
Expand Down

0 comments on commit 284ad01

Please sign in to comment.