Skip to content

Commit

Permalink
Merge pull request #7 from nofootnotes/readme-tape-correction
Browse files Browse the repository at this point in the history
Update README.md #2
  • Loading branch information
msmichellegar committed Sep 28, 2015
2 parents 8e2b985 + 1e9ba0e commit dbf95fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Now you can run your tests simply by using the command `npm run test`.

Start by requiring Tape at the top of your `tests.js` file:

`var test = require('Tape');`
`var test = require('tape');`

Also make sure you require any relevant files, so you have access to what you need to test. If you're testing the server, require the files where you set that up.

Expand Down

0 comments on commit dbf95fe

Please sign in to comment.