From 420fc9000d037cb26308f8542f5b513e3cc546bd Mon Sep 17 00:00:00 2001 From: andype Date: Wed, 3 May 2017 08:09:41 -0700 Subject: [PATCH] Fix some minor formatting in the readme. Fix some minor formatting in the readme. (Code in the last bit is not displaying correctly). -Andy --- aws-blog-titan-graph-database/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/aws-blog-titan-graph-database/README.md b/aws-blog-titan-graph-database/README.md index b52d718b..925a621c 100644 --- a/aws-blog-titan-graph-database/README.md +++ b/aws-blog-titan-graph-database/README.md @@ -52,8 +52,9 @@ This example populates a Titan graph database backed by DynamoDB Local using the ``` 5. Open a graph using the Titan DynamoDB Storage Backend in the Gremlin shell. - ``` - conf = new BaseConfiguration() + +``` +conf = new BaseConfiguration() conf.setProperty("storage.backend", "com.amazon.titan.diskstorage.dynamodb.DynamoDBStoreManager") conf.setProperty("storage.dynamodb.client.endpoint", "http://localhost:4567") conf.setProperty("index.search.backend", "elasticsearch") @@ -63,4 +64,4 @@ conf.setProperty("index.search.elasticsearch.local-mode", "true") conf.setProperty("index.search.elasticsearch.inteface", "NODE") g = TitanFactory.open(conf) com.amazonaws.bigdatablog.titanrestaurants.RestaurantFactory.load(g) - ``` \ No newline at end of file +```