From d8194c0c2e9aab73dfd1f985997a6b46487a2837 Mon Sep 17 00:00:00 2001 From: Marine Dunstetter Date: Thu, 1 Feb 2024 09:21:26 +0100 Subject: [PATCH] docs(readme): add a link to latest service guide so user find the latest syntax easily --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';