Skip to content

Commit 21450d8

Browse files
authored
Merge pull request #2 from villander/doc/usage
Improve usage linking externalRoutes as API
2 parents 4b6992d + c6a5ce8 commit 21450d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ember install ember-engines-router-service
2424

2525
## Usage
2626

27-
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.
27+
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`.
2828

2929
------------------------------------------------------------------------------
3030
```js

0 commit comments

Comments
 (0)