Skip to content

Commit

Permalink
Merge pull request #197 from SteffoSpieler/fix/fix-pishock-sample-cod…
Browse files Browse the repository at this point in the history
…eblock

Fix codeblock in pishock sample docs
  • Loading branch information
hlxid authored Sep 12, 2024
2 parents 717c4ff + 279da17 commit 9e1dc0a
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions docs/samples/pishock.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,22 @@ will also tell you how to log in and how to use the GUI.
2. Enter your authentication details like this

```json
{
"authentications": [
{
"username": "myAwesomeUsername",
"apiKey": "12345678-1234-1234-1234-123456789012",
"code": "ABCDEFGHIJK",
"name": "nodecg-io-pishock-integration"
}
{
"authentications": [
{
"username": "myAwesomeUsername",
"apiKey": "12345678-1234-1234-1234-123456789012",
"code": "ABCDEFGHIJK",
"name": "nodecg-io-pishock-integration"
}
]
}
```
}
```

Multiple authentications may be provided to allow the using bundle
to access multiple devices.
Setting the client name is optional and defaults to `nodecg-io PiShock Service` if none is provided.
After entering it, click save.
Multiple authentications may be provided to allow the using bundle
to access multiple devices.
Setting the client name is optional and defaults to `nodecg-io PiShock Service` if none is provided.
After entering it, click save.

3. Set the sample's (`pishock`) dependency to be the newly created service
instance (of type `pishock`).
Expand Down

0 comments on commit 9e1dc0a

Please sign in to comment.