Update README.md

This commit is contained in:
Simon Ho 2016-01-22 14:09:20 -08:00
parent c5f0be83a8
commit 4ebbd0e5c2
1 changed files with 6 additions and 2 deletions

View File

@ -6,11 +6,15 @@ An ORM/ODM that provides a common set of interfaces for interacting with databas
Install Juggler:
> npm install loopback-datasource-juggler
```
npm install loopback-datasource-juggler
```
Then install a connector:
> npm install loopback-connector-mongodb // in this case, the mongodb connector
```
npm install loopback-connector-mongodb // in this case, the mongodb connector
```
## Documentation