Skip to content

Commit

Permalink
Merge pull request #2 from villander/doc/usage
Browse files Browse the repository at this point in the history
Improve usage linking externalRoutes as API
  • Loading branch information
villander authored Apr 1, 2020
2 parents 4b6992d + c6a5ce8 commit 21450d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ember install ember-engines-router-service

## Usage

Basically you have all [RouterService](https://api.emberjs.com/ember/release/classes/RouterService) API **inside each engine** such as `transitionTo` and `isActive` and also the same one using new "external routing" APIs such as `transitionToExternal` and `isActiveExternal` to link external routes.
Basically you have all [RouterService](https://api.emberjs.com/ember/release/classes/RouterService) API **inside each engine** such as `transitionTo` and `isActive` and also the same one using new "external routing" APIs such as `transitionToExternal` and `isActiveExternal` to link `externalRoutes`.

------------------------------------------------------------------------------
```js
Expand Down

0 comments on commit 21450d8

Please sign in to comment.