diff --git a/README.md b/README.md index 1272c25..756e225 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ $ touch test/index.js import http from 'http'; import assert from 'assert'; -import 'lib/index.js'; +import '../lib/index.js'; describe('Example Node Server', () => { it('should return 200', done => {