Skip to content

Commit 1c352e8

Browse files
authored
Update README.md
1 parent 2ba6382 commit 1c352e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ A simple, clear-code, easy-to-use wrapper for RushStatsAPI (Rush Wars API) writt
77
### Note
88
Because the project is just a script for now, it means you will have to manually download it and put the ```rushstats.py``` file into directory of your project you are going to use this wrapper in. Then you can simply import it as you are doing it with any other modules: ```import rushstats```.
99
### Authorization
10-
To connect to the API you will need an access token. If yuu will try to retrieve any info without authorization, you will recieve an error. So, if you still don't have any token, you can get a new one here: https://api.rushstats.com/dashboard <br>
10+
To connect to the API you will need an access token. If you will try to retrieve any info without authorization, you will recieve an error. So, if you still don't have any token, you can get a new one here: https://api.rushstats.com/dashboard <br>
1111
Then authenticate using this function (don't forget to replace ```token``` with your token): ```rushstats.session('token')```
1212
### Retrieving information
13-
All of the functions below are returning requested data in a ```Json``` object.
13+
All of the functions below are returning requested data as a ```Json``` object.
1414
- Information about player: ```rushstats.get_player('tag')```
1515
- Information about team: ```rushstats.get_team('tag')```
1616
- Searching teams by keyword: ```rushstats.team_search('keyword')``` <br>

0 commit comments

Comments
 (0)