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 6b5f164 commit ce90b70Copy full SHA for ce90b70
README.md
@@ -55,13 +55,13 @@ Include refresh.js in your html (put this at the bottom, right before
55
Send a "html" or "js" event to refresh the entire page:
56
57
```sh
58
-curl -v -X POST -d '{"id": 1, "event": "html", "data": null}' http://localhost:8080/changes
+curl -X POST -d '{"id": 1, "event": "html", "data": null}' http://localhost:8080/changes
59
```
60
61
Send a "css" event to just update the styles:
62
63
64
-curl -v -X POST -d '{"id": 1, "event": "css", "data": null}' http://localhost:8080/changes
+curl -X POST -d '{"id": 1, "event": "css", "data": null}' http://localhost:8080/changes
65
66
67
## Vim Usage
0 commit comments