Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
fix(docs): documentation fix for Pivotal Web Services (#1376)
Browse files Browse the repository at this point in the history
  • Loading branch information
bencmbrook authored and lirantal committed Jun 22, 2016
1 parent 4b549d8 commit 1159e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ for hosting applications in the cloud. After you have an account follow the bel
* If you are using Pivotal Web Services run `$ cf login -a api.run.pivotal.io`.
* If you are using IBM Bluemix run `$ cf login -a api.ng.bluemix.net`.
* Create a Mongo DB service.
+ * If you are using Pivotal Web Services run `$ cf create-service mongolab sandbox mean-mongo`
+ * If you are using Pivotal Web Services run `$ cf create-service mlab sandbox mean-mongo`
+ * If you are using IBM Bluemix run `$ cf create-service mongodb 100 mean-mongo`
* Clone the GitHub repo for MEANJS if you have not already done so
* `$ git clone https://github.com/meanjs/mean.git && cd mean`
Expand Down

0 comments on commit 1159e74

Please sign in to comment.