Skip to content

Commit

Permalink
Document TinkerPop v3.2.2 breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
jbmusso committed Aug 31, 2017
1 parent 996f3d5 commit 6b083c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gremlin-client/src/GremlinClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class GremlinClient extends EventEmitter {
this.port = port;
this.host = host;

// Breaking change in v3.2.2, connect to /gremlin rather than /
// Breaking change in TinkerPop v3.2.2, connect to /gremlin rather than /
// See: https://groups.google.com/d/topic/gremlin-users/x4hiHsmTsHM/discussion
const { path = '/gremlin' } = options;

Expand Down

0 comments on commit 6b083c0

Please sign in to comment.