From d5fff9ae3e53bb15010e1b76084131ea21be8372 Mon Sep 17 00:00:00 2001 From: ngouy Date: Sun, 19 Jul 2020 15:02:27 -0400 Subject: [PATCH] add missing `js` code block descriptor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';