Skip to content

Commit

Permalink
Add missing double quote in the API key example
Browse files Browse the repository at this point in the history
Argh, bad example, add the missing quote.
  • Loading branch information
s-t-e-v-e-n-k committed Feb 22, 2024
1 parent 787a1ae commit 6970895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ device name, or a device id:
```
client.config.data["app.name"] = 'your_brilliant_app'
client.config.data["app.version"] = '0.0.1'
client.authenticate({"Servers": [{"AccessToken: <API key here>, "address": <Server Address>}]}, discover=False)
client.authenticate({"Servers": [{"AccessToken": <API key here>, "address": <Server Address>}]}, discover=False)
```

### API
Expand Down

0 comments on commit 6970895

Please sign in to comment.