Skip to content

Commit

Permalink
Added install instruction and bumped version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SamVerschueren committed Mar 15, 2015
1 parent 40a0844 commit f48d529
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ This library offers a nice, clean and elegant solution that will create the dumm

## Install

**not yet available**
```
npm install mongoose-seeder
```

## How to use

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongoose-seeder",
"version": "0.0.1",
"version": "1.0.0",
"description": "Seed your MongoDB database easily",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f48d529

Please sign in to comment.