summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordor garbash <dor.garbash@gmail.com>2015-05-29 03:22:59 +0300
committerAlon Levy <alon@pobox.com>2015-06-04 14:22:21 +0300
commit9eef06a3380702f9a504bfeddae70d8155a657f4 (patch)
tree05e3affe4402303f70bc61403372bd495a0a380d /README.md
parent5bd8816c09ed4cbf44a417c8149db93e1d94fe46 (diff)
tiny typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0c557337..a840e4ea 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ use pip to install all requirements
## Running Rhizi Locally
To run Rhizi locally:
- Run neo4j locally on the default 7474 port
-<code>neo4j console</code> or <code>neo4j server</code> after intalling neo4j: we use 2.2.1 from http://neo4j.com
+<code>neo4j console</code> or <code>neo4j server</code> after installing neo4j: we use 2.2.1 from http://neo4j.com
- Launch run-local.sh:<br>
<code>$ ./run-local.sh</code>