diff --git a/README.md b/README.md index c2a656f4aa..15898243c2 100644 --- a/README.md +++ b/README.md @@ -569,7 +569,7 @@ Ember Simple Auth works with engines out of the box. The host app and any engine(s) share the same `session` service so they can synchronize the authentication status: -``` +```js // my-engine/addon/routes/index.js import Application from '@ember/application'; import loadInitializers from 'ember-load-initializers';