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 b16ffb1 commit ce44ca6Copy full SHA for ce44ca6
README.md
@@ -39,11 +39,11 @@ Bring up the required containers:
39
docker compose up
40
```
41
42
-Include in your webpage (at the bottom, before `</body>`):
+Include in your webpage (at the bottom, after `</body>`):
43
44
```html
45
<script
46
type="text/javascript"
47
- src="https://github.com/explodinglabs/refresh.js/refresh.js"
+ src="https://raw.githubusercontent.com/explodinglabs/refresh.js/refs/heads/main/refresh.js"
48
></script>
49
0 commit comments