Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar authored Oct 31, 2022
1 parent 491f876 commit d1e5ef1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,7 @@ client = CrowdinClient(token='__token__')
```python
from crowdin_api import CrowdinClient

class FirstCrowdinClient(CrowdinClient):
TOKEN = "__token__"

client = FirstCrowdinClient()
client = CrowdinClient(token='__token__')

file_name = '__path_to_the_file__'

Expand Down

0 comments on commit d1e5ef1

Please sign in to comment.