summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2016-04-04 21:09:55 -0400
committerJames Moger <james.moger@gitblit.com>2016-04-04 21:09:55 -0400
commit6bfb1d2c6f8a4546a8a3a37f93049e90c8aea9b7 (patch)
treed79fc4ec0a48098d2483df8df39ce7c90e60947d /README.md
parentaee8b59bf3696f58aa20e0c87efaf3e261c76e83 (diff)
downloadiciql-6bfb1d2c6f8a4546a8a3a37f93049e90c8aea9b7.tar.gz
iciql-6bfb1d2c6f8a4546a8a3a37f93049e90c8aea9b7.zip
Fix typo in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b57ec84..0bf1bda 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ As of 2.0.0 iciql is now distributed through Maven Central and it's coordinates
<dependency>
<groupId>com.gitblit.iciql</groupId>
<artifactId>iciql</artifactId>
- <version>2.0.0/version>
+ <version>2.0.0</version>
</dependency>
</dependencies>
```