diff --git a/README.md b/README.md index 3ff672a..88c6d66 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ Create a project. Then install the dpd-importer module. npm install dpd-importer dpd -d +Create a collection(s) in your deployd dashboard to match that in your MongoDB database. + Click the green new resource and choose **Importer**. Give it the default name "/importer". Open it by clicking "IMPORTER" in the left menu. diff --git a/package.json b/package.json index fc0d926..232a3a4 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "author": "Ritchie Martori", "license": "BSD", "dependencies": { - "mongodb": "~1.1.11", + "mongodb": "^2.2.10", "shelljs": "~0.1.2" } }