]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: typo (#518) [skip ci]
authorTeun Zwart <teunzwart@users.noreply.github.com>
Tue, 6 Oct 2020 23:04:51 +0000 (01:04 +0200)
committerGitHub <noreply@github.com>
Tue, 6 Oct 2020 23:04:51 +0000 (01:04 +0200)
Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
README.md

index 4ecc4dd986ffb65ed47b667dc0ddf2523c5b4d09..8b22d63014678af8dee1ac41d8fecea0375220fb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
 
 ## Quickstart
 
-- Vie CDN: `<script src="https://unpkg.com/vue-router@next"></script>`
+- Via CDN: `<script src="https://unpkg.com/vue-router@next"></script>`
 - In-browser playground on [CodeSandbox](https://codesandbox.io/s/vue-router-4-reproduction-hb9lh)
 - Add it to an existing Vue Project:
   ```bash