We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f11dc commit f8887a1Copy full SHA for f8887a1
README.md
@@ -39,7 +39,7 @@ docker run --detach --name refresh.js --publish 8080:8080 ghcr.io/explodinglabs/
39
40
### Create a Channel
41
42
-To create the `changes` channel, simply post an event to it:
+Create the `changes` channel by simply post an event to it:
43
44
```sh
45
curl -X POST -d '{"id": 1, "event": "html", "data": null}' http://localhost:8080/changes
@@ -50,7 +50,7 @@ This works because SSEHub is configured with `"allowUndefinedChannels": true`.
50
### Add Refresh.js to Your Webpage
51
52
Include `refresh.js` in your html (put this at the bottom, right before
53
-`</html>`):
+`</body>`):
54
55
```html
56
<script
0 commit comments