diff --git a/README.md b/README.md
index 640b637eab..e7bc18ad55 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ Parse Server works with the Express web application framework. It can be added t
We have provided a basic [Node.js application](https://github.com/ParsePlatform/parse-server-example) that uses the Parse Server module on Express and can be easily deployed using any of the following buttons:
-
+
### Parse Server + Express
@@ -44,10 +44,10 @@ app.listen(1337, function() {
### Standalone Parse Server
-Parse Server can also run as a standalone API server.
+Parse Server can also run as a standalone API server.
You can configure Parse Server with a configuration file, arguments and environment variables.
-To start the server:
+To start the server:
`npm start -- --appId MYAPP --masterKey MASTER_KEY --serverURL http://localhost:1337/parse`.