Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit 1995e35

Browse files
authored
Correct Markdown link syntax in Oncilla example :shake_fist_at_left:
1 parent 81335f0 commit 1995e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ incoming messages from Oncilla. It can be used as a development aid while implem
77

88
1. Run `npm install`
99
2. Run `npm run start-server`
10-
3. From a WebSocket client, e.g. (Simple WebSocket Client)[https://chrome.google.com/webstore/detail/simple-websocket-client/pfdhoblngboilpfeibdedpjgfnlcodoo?hl=en] connect to `localhost:8020`.
10+
3. From a WebSocket client, e.g. [Simple WebSocket Client](https://chrome.google.com/webstore/detail/simple-websocket-client/pfdhoblngboilpfeibdedpjgfnlcodoo?hl=en) connect to `localhost:8020`.
1111
4. Send a sample message, such as:
1212

1313
```json

0 commit comments

Comments
 (0)