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

Commit 9e1dc0a

Browse files
authored
Merge pull request #197 from SteffoSpieler/fix/fix-pishock-sample-codeblock
Fix codeblock in pishock sample docs
2 parents 717c4ff + 279da17 commit 9e1dc0a

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs/samples/pishock.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,22 @@ will also tell you how to log in and how to use the GUI.
2525
2. Enter your authentication details like this
2626

2727
```json
28-
{
29-
"authentications": [
30-
{
31-
"username": "myAwesomeUsername",
32-
"apiKey": "12345678-1234-1234-1234-123456789012",
33-
"code": "ABCDEFGHIJK",
34-
"name": "nodecg-io-pishock-integration"
35-
}
28+
{
29+
"authentications": [
30+
{
31+
"username": "myAwesomeUsername",
32+
"apiKey": "12345678-1234-1234-1234-123456789012",
33+
"code": "ABCDEFGHIJK",
34+
"name": "nodecg-io-pishock-integration"
35+
}
3636
]
37-
}
38-
```
37+
}
38+
```
3939

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

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

0 commit comments

Comments
 (0)