Update README.it.md

This commit is contained in:
Jen Looper
2021-05-31 21:33:47 -04:00
committed by GitHub
parent b48d7f0aff
commit 767ad88f9a

View File

@@ -212,7 +212,7 @@ Si crea una nuova funzione da utilizzare per navigare nell'app:
```js ```js
function navigate(path) { function navigate(path) {
window.history.pushState({}, path, window.location.origin + path); window.history.pushState({}, path, path);
updateRoute(); updateRoute();
} }
``` ```