From 307a9b119f6e1549676f66c8c2b826ffe9a1057e Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sun, 15 Feb 2015 00:08:18 -0600 Subject: [PATCH] [titan-gremlin] Fix typo in README --- titan-gremlin/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/titan-gremlin/README.md b/titan-gremlin/README.md index a4e532f7..f980978e 100644 --- a/titan-gremlin/README.md +++ b/titan-gremlin/README.md @@ -1,4 +1,4 @@ -Runs the Gremlin console from the Titan Graph Database "all" distribution. +Runs the Gremlin console from the Titan Graph Database's "all" distribution. # Basic Usage @@ -18,7 +18,7 @@ the next use of gremlin. # Connecting to Cassandra and Elasticsearch Containers First start containers for Cassandra and Elasticsearch, where the `--name` you choose -can be arbitrary or left off to use a generated name. +can be arbitrary or left off to use a generated name. _Note: Cassandra's Thrift port is exposed to allow for external usage, such as Titan Browser._ docker run -d --name cass -p 9160:9160 spotify/cassandra @@ -33,7 +33,7 @@ such as docker run -it --rm --link cass:cass --link es:es itzg/titan-gremlin -and with that you can follow the +and with that you can follow the [Graph of the Gods example](http://s3.thinkaurelius.com/docs/titan/current/getting-started.html), such as gremlin> GraphOfTheGodsFactory.load(g) @@ -44,4 +44,3 @@ and with that you can follow the ==>age=10000 gremlin> saturn.in('father').in('father').name ==>hercules -