From 9e813725f90c88dcd5639dfff7f9f2f7ef920600 Mon Sep 17 00:00:00 2001 From: Anthony Kirwan Date: Fri, 3 Jan 2014 16:50:06 -0600 Subject: [PATCH] removed .js from name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7328a1..42c6d56 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ node install bower install ``` -Once the dependencies are installed for Ember.OAuth2.js the you can run the following [grunt](http://gruntjs.com/getting-started) tasks. +Once the dependencies are installed for Ember.OAuth2 the you can run the following [grunt](http://gruntjs.com/getting-started) tasks. - The default grunt task, checks the files for errors with jshint, runs the jasmine, creates a minified version of ember.oauth2.js with uglify and copies a non-minified version of ember.oauth2.js and places them in the dist directory.