diff --git a/README.md b/README.md
index 06288ef256..54b2604b2c 100644
--- a/README.md
+++ b/README.md
@@ -985,7 +985,7 @@ Add this to `package.json`, after *name* and *version*. This is necessary becaus
- **Note**: The first time you run this command, you have to pass `-f` (force) flag because OpenShift creates a dummy server with the welcome page when you create a new Node.js app. Passing `-f` flag will override everything with your *Hackathon Starter* project repository. Please **do not** do `git pull` as it will create unnecessary merge conflicts.
- And you are done! (Not quite as simple as Heroku, huh?)
-
+
- To install **jitsu**, open a terminal and type: `sudo npm install -g jitsu`
- Run `jitsu login` and enter your login credentials
- From your app directory, run `jitsu deploy`