Skip to content

Commit f8887a1

Browse files
committed
Adjust readme
1 parent 06f11dc commit f8887a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ docker run --detach --name refresh.js --publish 8080:8080 ghcr.io/explodinglabs/
3939

4040
### Create a Channel
4141

42-
To create the `changes` channel, simply post an event to it:
42+
Create the `changes` channel by simply post an event to it:
4343

4444
```sh
4545
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`.
5050
### Add Refresh.js to Your Webpage
5151

5252
Include `refresh.js` in your html (put this at the bottom, right before
53-
`</html>`):
53+
`</body>`):
5454

5555
```html
5656
<script

0 commit comments

Comments
 (0)