There was an error while loading. Please reload this page.
1 parent 9d80ac3 commit 44bcae6Copy full SHA for 44bcae6
README.md
@@ -400,7 +400,7 @@ A common technique to force the browser to re-download the file is to append a q
400
401
```html
402
<!-- src="js/script.js" => src="js/script.js?v=2" -->
403
-<script src="/script.js?v=2"></script>
+<script src="js/script.js?v=2"></script>
404
```
405
406
The browser considers it a different file but prevents the need to change the file name.
0 commit comments