Browse Source

Update link to mLab on README file (#355)

Gianfrancø Palumbo 7 years ago
parent
commit
cb27ac8949
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -62,7 +62,7 @@ A detailed tutorial is available here:
 1. Install the [Google Cloud SDK](https://cloud.google.com/sdk/).
 1. Setup a MongoDB server.  You have a few options:
   1. Create a Google Compute Engine virtual machine with [MongoDB pre-installed](https://cloud.google.com/launcher/?q=mongodb).
-  1. Use [MongoLab](https://mongolab.com/google/) to create a free MongoDB deployment on Google Cloud Platform.
+  1. Use [mLab](https://mlab.com/google/) to create a free MongoDB deployment on Google Cloud Platform (only US-central).
 1. Modify `app.yaml` to update your environment variables.
 1. Delete `Dockerfile`
 1. Deploy it with `gcloud preview app deploy`