From 4ebbd0e5c2ebf5481c5cf1606fa078abeb4bd2d2 Mon Sep 17 00:00:00 2001 From: Simon Ho Date: Fri, 22 Jan 2016 14:09:20 -0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6642e4d..c635a970 100644 --- a/README.md +++ b/README.md @@ -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