diff --git a/README.md b/README.md index ab774827..48fccfbb 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ To use EPM in your project, add the target for the modals to your `application.h ``` -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';