Skip to content

Commit 53120d2

Browse files
ThanhDodeurOdooseb-odoo
authored andcommitted
[FIX] fixes README link/example
* update broken link * rephrase documentation to not rely on unsupported JSON comment syntax
1 parent 5c3c459 commit 53120d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Build the client bundle
2222
```
2323

2424
Once the bundle is built, it can be added to the assets of your main server, and
25-
interacted with as described [here](#api-for-the-client).
25+
interacted with as described [here](#client-api-bundle).
2626

2727
## Deployment
2828

@@ -82,9 +82,9 @@ See [server.js](./src/server.js) for more details.
8282

8383
## HTTP API
8484

85-
- GET `/v1/stats`: returns the server statistics in JSON:
85+
- GET `/v1/stats`: returns the server statistics as an array with one entry per channel, in JSON:
8686
```json
87-
[ // one array entry per channel
87+
[
8888
{
8989
"createDate": "2023-10-25T04:57:45.453Z",
9090
"uuid": "86079c25-9cf8-4d58-9dea-cef44cf845e2",

0 commit comments

Comments
 (0)