From ba77d755e9564130e00f2ac77681cb0fdbd0d472 Mon Sep 17 00:00:00 2001 From: Andrey Neverov Date: Mon, 14 Mar 2016 15:21:35 +0300 Subject: [PATCH] Fixed database url parameter name in the doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d193d65c..253fa6ab 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ You can use any arbitrary string as your application id and master key. These wi That's it! You are now running a standalone version of Parse Server on your machine. -**Using a remote MongoDB?** Pass the `--databaseURL DATABASE_URI` parameter when starting `parse-server`. Learn more about configuring Parse Server [here](#configuration). For a full list of available options, run `parse-server --help`. +**Using a remote MongoDB?** Pass the `--databaseURI DATABASE_URI` parameter when starting `parse-server`. Learn more about configuring Parse Server [here](#configuration). For a full list of available options, run `parse-server --help`. ### Saving your first object