diff --git a/README.md b/README.md index 6b79575..5cc9165 100644 --- a/README.md +++ b/README.md @@ -655,7 +655,7 @@ Will be called when the client `metaInfo` updates/changes. Receives the followin #### `refreshOnceOnNavigation` (Boolean) -Default `false`. If set to `true` then vue-meta will pause updating `metaInfo` during page navigation with vue-router and only refresh once when navigation has finished. It does this by adding a global beforeEach and afterEach navigation guard on the $router instance. +Default `false`. If set to `true` then vue-meta will pause updating `metaInfo` during page navigation and only refresh once when navigation has finished. It does this by adding a global beforeEach and afterEach navigation guard on the vue-router instance. ### How `metaInfo` is Resolved