Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Fix codeblock in pishock sample docs #197

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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