From e95f65b960235123f8becc3482e9909c71470d31 Mon Sep 17 00:00:00 2001 From: Kelvin Lawrence Date: Fri, 12 Jan 2018 13:37:51 -0600 Subject: [PATCH] Updateproject readme to reflect book name change #29 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3920b36e..94ac5925 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,16 @@ ## Welcome! -This repository is the new home for the source materials, sample code and examples for the book "Graph Databases, Gremlin and TinkerPop - a Tutorial" +This repository is the new home for the source materials, sample code and examples for the book "Practical Gremlin - An Apache TinkerPop Tutorial" **Quick Start** To read the book right away in a browser click [here](http://kelvinlawrence.net/book/Gremlin-Graph-Guide.html) or for a PDF version click [here](http://kelvinlawrence.net/book/Gremlin-Graph-Guide.pdf). You will find other formats including MOBI, EPUB and XML (Docbook) in the releases section. If you want to see the absolute latest updates you can always browse the Asciidoc source file (Gremlin-Graph-Guide.adoc) in the /book folder. **LATEST NEWS:** +[Jan-12-2018] Based on feedback I have decided to rename the book "Practical Gremlin" (see issue #29) [Jan-06-2018] Several new Java samples have been added to the sample-code directory and others improved. [Jan-03-2018] Revision 275 was just published in all formats. Lots of updates to book and sample code. -[Dec-24-2017] Revision 274 was just published in all formats. Now using releases to store output files. **A Special note about releases**