From f48d529f3d0f1b6163e1f58918baa1265fdcbec5 Mon Sep 17 00:00:00 2001 From: Sam Verschueren Date: Sun, 15 Mar 2015 09:35:34 +0100 Subject: [PATCH] Added install instruction and bumped version to 1.0.0 --- README.md | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac0bcdf..8dcf746 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 6d51957..8b10a4a 100644 --- a/package.json +++ b/package.json @@ -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": {