Skip to content

Commit 6c437ff

Browse files
committed
PR Feedback
1 parent 91bcb24 commit 6c437ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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).
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`.
2626

2727
### Saving your first object
2828

@@ -144,7 +144,7 @@ The hosted version of Parse will be fully retired on January 28th, 2017. If you
144144

145145
Parse Server can be configured using the following options. You may pass these as parameters when running a standalone `parse-server`, or by loading a configuration file in JSON format using `parse-server path/to/configuration.json`. If you're using Parse Server on Express, you may also pass these to the `ParseServer` object as options.
146146

147-
For the full list of configuration options, run `parse-server --help`.
147+
For the full list of available options, run `parse-server --help`.
148148

149149
#### Basic options
150150

0 commit comments

Comments
 (0)