Skip to content

Commit

Permalink
Merge pull request #44 from s-t-e-v-e-n-k/add-missing-quote-apikey
Browse files Browse the repository at this point in the history
Add missing double quote in the API key example
  • Loading branch information
iwalton3 authored Aug 10, 2024
2 parents f62918a + 6970895 commit 15164d4
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 15164d4

Please sign in to comment.