Update README

Closes #4
This commit is contained in:
Moxie Marlinspike 2015-02-03 10:23:47 -08:00
parent 698856bb8d
commit 2b87037e91
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ For pure Java apps:
``` ```
<dependency> <dependency>
<groupId>org.whispersystems</groupId> <groupId>org.whispersystems</groupId>
<artifactId>axolotl-java</groupId> <artifactId>axolotl-java</artifactId>
<version>(latest version number)</version> <version>(latest version number)</version>
</dependency> </dependency>
``` ```