summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-02-24 20:21:27 +0200
committerLV-426 <lv-426@taproot.org.il>2015-02-24 20:23:09 +0200
commit8c5d51ff268dd88820fea77d318d49f0f8198abe (patch)
tree2eab963a91fedbe6f8573c1f7a5965d9e9de9789
parentf9ebe5813504a83275c2246c3f5a281b85c6d83a (diff)
README.md: misc
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0bf1ffda..9d31a815 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ A collaborative editor for organizing, communicating, and analyzing data in grap
### Neo4j
Install [neo4j](http://neo4j.com/download/) >= 2.1.5 (2.0 explicitly not supported, we use += in our queries)
-### python libs
+### Python libs
Install all of:
# [gevent-socketio](https://pypi.python.org/pypi/gevent-socketio/)
# [flask](http://flask.pocoo.org/)
@@ -52,7 +52,7 @@ Or perform the following by hand:
Command line use documentation can be view with:
:$ python rz_server.py -h
-# Configuration
+## Configuration
Rhizi configuration is currently documented in code, see <code>src/server/rz_server.py#Config</code>
# Development