From eae145c94f5943eb6d616ea2b44a9368715bba92 Mon Sep 17 00:00:00 2001 From: davebshow <davebshow@gmail.com> Date: Fri, 17 Jul 2015 10:27:45 -0400 Subject: [PATCH] updated gremlin server version in docs --- docs/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.rst b/docs/usage.rst index 1286708..ae8e7f4 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -2,7 +2,7 @@ Using aiogremlin ================ Before you get started, make sure you have the `Gremlin Server`_ up and running. -All of the following example assume a running Gremlin Server version 3.0.0.M9 at +All of the following example assume a running Gremlin Server version 3.0.0 at 'ws://localhost:8182/'. -- GitLab