Skip to content

Commit ce90b70

Browse files
committed
Adjust readme
1 parent 6b5f164 commit ce90b70

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
@@ -55,13 +55,13 @@ Include refresh.js in your html (put this at the bottom, right before
5555
Send a "html" or "js" event to refresh the entire page:
5656

5757
```sh
58-
curl -v -X POST -d '{"id": 1, "event": "html", "data": null}' http://localhost:8080/changes
58+
curl -X POST -d '{"id": 1, "event": "html", "data": null}' http://localhost:8080/changes
5959
```
6060

6161
Send a "css" event to just update the styles:
6262

6363
```sh
64-
curl -v -X POST -d '{"id": 1, "event": "css", "data": null}' http://localhost:8080/changes
64+
curl -X POST -d '{"id": 1, "event": "css", "data": null}' http://localhost:8080/changes
6565
```
6666

6767
## Vim Usage

0 commit comments

Comments
 (0)