From 9dc77eb6696f4177abfcc4dbc2bfd2e2f19769ff Mon Sep 17 00:00:00 2001 From: Tobias Meyer Date: Thu, 19 Jun 2014 13:34:52 +0200 Subject: [PATCH] Fix include path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fc2249..3510f37 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A pure-javascript integration tester for AngularJS that can be run inline with a ## Installation 1. run `npm install ng-midway-tester`. -2. include `./node_modules/ngMidwayTester/src/ngMidwayTester.js` into your test runner. +2. include `./node_modules/ng-midway-tester/src/ngMidwayTester.js` into your test runner. ## Getting Started