Update README.md
This commit is contained in:
parent
c5f0be83a8
commit
4ebbd0e5c2
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue