Skip to content

Commit cc4e751

Browse files
committed
Merge pull request #1021 from neverov/patch-1
Fixed database url parameter name in the doc
2 parents 49531e7 + ba77d75 commit cc4e751

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
@@ -22,7 +22,7 @@ You can use any arbitrary string as your application id and master key. These wi
2222

2323
That's it! You are now running a standalone version of Parse Server on your machine.
2424

25-
**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`.
25+
**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`.
2626

2727
### Saving your first object
2828

0 commit comments

Comments
 (0)