From d341bc47c2388145d3f9f599976be6b6675c68d4 Mon Sep 17 00:00:00 2001 From: Eric Kelly Date: Wed, 9 Dec 2015 21:08:55 -0500 Subject: [PATCH] Add syntax highlighting to example snippet --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 397f4fb..b69645a 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ A future version of this plugin is planned to add the tracking code as an additi Once configured, the Google Analytics tracking code will be injected into your index.html file. A mixin is provided for simple page view tracking inside of your Ember application. To use it, include it inside your `app/router.js` file: -``` +```javascript import Ember from 'ember'; import config from './config/environment'; import googlePageview from './mixins/google-pageview';