From c666f57704abbed141b9e2c427590f862bd1f94a Mon Sep 17 00:00:00 2001 From: Benjamin Ricaud Date: Sun, 21 Oct 2018 13:15:14 +0200 Subject: [PATCH] correct syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8c26c3..923bc09 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Graphexp works with [Amazon Neptune](https://aws.amazon.com/neptune) thanks to a Additional parameters can be configured inside the file `graphConf.js`. -**New** : GraphExp has now curved links and can display multiple edges between 2 nodes. Thanks to a contribution from [agussman](https://github.com/agussman). This is the default, you still can come back to straight edges by setting `use_curved_edges = False` in `graphConf.js`. +**New** : GraphExp has now curved links and can display multiple edges between 2 nodes. Thanks to a contribution from [agussman](https://github.com/agussman). This is the default, you can still come back to straight edges by setting `use_curved_edges = false` in `graphConf.js`. ![graphexpzoom](https://github.com/bricaud/graphexp/blob/master/images/graphexpzoom.png "Exploration of the Tinkerpop modern graph") ![graphexpzoom with curved edges](https://github.com/bricaud/graphexp/blob/master/images/curved_links.png "Exploration of the Tinkerpop modern graph with curved links and multiple edges between node 1 and 2")