Update README.hi.md

pull/282/head
Jen Looper 4 years ago committed by GitHub
parent 0298137d29
commit b48d7f0aff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save