Skip to content

Commit 708d1b5

Browse files
committed
Merge pull request #12 from realmatpos/dev
Fix event names in documentation
2 parents d9c7a5d + 02369f1 commit 708d1b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ beforeUpdate is a middleware, this means you need to call the `next` function pr
7373

7474
Vue is augmented with an additional method, `Vue.navigate(path, [trigger])`. [trigger] is a boolean (defaults to true) that will `pushState` if true, `replaceState` otherwise.
7575

76-
* The router will emit events on your $root VM: `routing:started`, `routing:beforeUpdate`, `routing:afterUpdate`.
76+
* The router will emit events on your $root VM: `router:started`, `router:beforeUpdate`, `router:afterUpdate`.
7777

7878
* You can pass a `options` hash to pass configuration to the router:
7979
* `hashbang` boolean (defaults to false) to use '#!' urls
@@ -94,4 +94,4 @@ When the router emits an event, 2 parameters are passed: `location` and `oldLoca
9494

9595
* fork & PR on **[dev](https://github.com/ayamflow/vue-route/tree/dev)** branch.
9696
* if possible, add tests to cover the changes.
97-
* code style: 4 tabs, semicolons. Check the code if in doubt.
97+
* code style: 4 tabs, semicolons. Check the code if in doubt.

0 commit comments

Comments
 (0)