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

Commit 1159e74

Browse files
bencmbrooklirantal
authored andcommitted
fix(docs): documentation fix for Pivotal Web Services (#1376)
1 parent 4b549d8 commit 1159e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ for hosting applications in the cloud. After you have an account follow the bel
256256
* If you are using Pivotal Web Services run `$ cf login -a api.run.pivotal.io`.
257257
* If you are using IBM Bluemix run `$ cf login -a api.ng.bluemix.net`.
258258
* Create a Mongo DB service.
259-
+ * If you are using Pivotal Web Services run `$ cf create-service mongolab sandbox mean-mongo`
259+
+ * If you are using Pivotal Web Services run `$ cf create-service mlab sandbox mean-mongo`
260260
+ * If you are using IBM Bluemix run `$ cf create-service mongodb 100 mean-mongo`
261261
* Clone the GitHub repo for MEANJS if you have not already done so
262262
* `$ git clone https://github.com/meanjs/mean.git && cd mean`

0 commit comments

Comments
 (0)