Skip to content

Commit

Permalink
docs(readme): add a link to latest service guide so user find the lat…
Browse files Browse the repository at this point in the history
…est syntax easily
  • Loading branch information
BlueCutOfficial committed Feb 1, 2024
1 parent ef4e99b commit d8194c0
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 @@ -28,7 +28,7 @@ To use EPM in your project, add the target for the modals to your `application.h
<EpmModalContainer />
```

Then you can inject the `modals` service wherever you need and call its `open` method with a component class to render it as a modal.
Then you can inject the `modals` [service](https://guides.emberjs.com/release/services/#toc_accessing-services) wherever you need and call its `open` method with a component class to render it as a modal.

```js
import { inject as service } from '@ember/service';
Expand Down

0 comments on commit d8194c0

Please sign in to comment.