Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
buunguyen committed Aug 23, 2015
1 parent c93b022 commit 69b2089
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Readme.md
Expand Up @@ -9,11 +9,6 @@ This is a fork of [madhums/mongoose-migrate](https://github.com/madhums/mongoose
* Eliminate the need to configure Mongoose schema and model name. Model is automatically named `Migration`.
* Config file is a Node module. This enables things like reading database URLs from environment variables instead of hard-coding in the JSON file.

## Installation

```sh
$ npm install mongoose-migrate-2 -g
```
## Configuration

Create a config file with one database URL for each node environment, i.e. `process.env.NODE_ENV`.
Expand Down

0 comments on commit 69b2089

Please sign in to comment.