Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rayokota committed Jan 19, 2019
1 parent 4880b72 commit 29b0ea4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Releases of HGraphDB are deployed to Maven Central.
<dependency>
<groupId>io.hgraphdb</groupId>
<artifactId>hgraphdb</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</dependency>
```

Expand Down Expand Up @@ -242,7 +242,7 @@ plugin activated: tinkerpop.tinkergraph
gremlin> :install org.apache.hbase hbase-client 1.4.1
gremlin> :install org.apache.hbase hbase-common 1.4.1
gremlin> :install org.apache.hadoop hadoop-common 2.5.1
gremlin> :install io.hgraphdb hgraphdb 2.0.0
gremlin> :install io.hgraphdb hgraphdb 2.1.0
gremlin> :plugin use io.hgraphdb
```

Expand Down

0 comments on commit 29b0ea4

Please sign in to comment.