Skip to content

Commit 284ad01

Browse files
committed
README: typos
1 parent 6b5abdf commit 284ad01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Automatically generated?
99
------------------------
1010
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.
1111

12-
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.
12+
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.
1313

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

3333
Quickstart
3434
----------

0 commit comments

Comments
 (0)