Update README.md

This commit is contained in:
Benjamyn Love 2018-11-11 20:48:36 +11:00
parent fd4431432f
commit b47099eca6

View File

@ -5,8 +5,8 @@
Initialize the wrapper with the token you want to use
```
client = gotipy.clients("C3MgnR4b-iMj.fT","http://gotify.benjamyn.love:8080")
app = gotipy.messages("AJww.G_kdoV7Jzs","http://gotify.benjamyn.love:8080")
client = gotipy.clients("CLIENT_TOEKN","http://gotify.benjamyn.love:8080")
app = gotipy.messages("APP_TOKEN","http://gotify.benjamyn.love:8080")
clientList = client.getClients()