You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Automatically generated?
9
9
------------------------
10
10
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.
11
11
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.
13
13
14
14
Installation
15
15
------------
@@ -28,7 +28,7 @@ The client is structured in 3 peaces:
28
28
- The `Client` class which saves your api key and takes care of the actual api calls.
29
29
- The api interfaces which are automatically generated and provide the api methods to call.
30
30
- 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]`.)
0 commit comments