Update README.es.md

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

@ -210,7 +210,7 @@ Creemos una nueva función que podamos usar para navegar en nuestra aplicación:
```js ```js
function navigate(path) { function navigate(path) {
window.history.pushState({}, path, window.location.origin + path); window.history.pushState({}, path, path);
updateRoute(); updateRoute();
} }
``` ```

Loading…
Cancel
Save