Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
either ```npm i -D mocha-cakes`` or ```npm install --save-dev mocha-cakes```
  • Loading branch information
Adam Murphy committed May 2, 2016
1 parent b1666e6 commit c5dfef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -235,7 +235,7 @@ Feature "Async tests with Mocha-Cakes", ->
Install:

cd my_project
npm -d install mocha-cakes
npm install --save-dev mocha-cakes

# Mocha Reporter Support

Expand Down

0 comments on commit c5dfef4

Please sign in to comment.