Skip to content

Commit

Permalink
fixing npm install instructions
Browse files Browse the repository at this point in the history
`npm install servi.js` didn't work for me but `npm install servi` did.
  • Loading branch information
shiffman committed Aug 14, 2014
1 parent 6f5fd60 commit c3e40ee
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 @@ -9,7 +9,7 @@ Getting Started
========
1: Install node.js

2: npm install servi.js
2: npm install servi

3: Create a simple server
```javascript
Expand Down

0 comments on commit c3e40ee

Please sign in to comment.