Update README.hi.md

This commit is contained in:
Jen Looper
2021-05-31 21:33:16 -04:00
committed by GitHub
parent 0298137d29
commit b48d7f0aff

View File

@@ -211,7 +211,7 @@ function updateRoute() {
```js
function navigate(path) {
window.history.pushState({}, path, window.location.origin + path);
window.history.pushState({}, path, path);
updateRoute();
}
```