[titan-gremlin] Fix typo in README

This commit is contained in:
Geoff Bourne 2015-02-15 00:08:18 -06:00
parent 6c58660a73
commit 307a9b119f

View File

@ -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