summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2013-05-03 16:35:51 -0600
committerRocky Madden <git@rockymadden.com>2013-05-03 16:35:51 -0600
commita484980f9266f9a3b42ee9d7e4d3b5023a2a812e (patch)
treefa492124a22ff5e870c91bc422a0b3aa7d5d1138 /readme.md
parentee94027bb815f7ca046f72d0b6baddb439591184 (diff)
downloadstringmetric-a484980f9266f9a3b42ee9d7e4d3b5023a2a812e.tar.gz
stringmetric-a484980f9266f9a3b42ee9d7e4d3b5023a2a812e.tar.bz2
stringmetric-a484980f9266f9a3b42ee9d7e4d3b5023a2a812e.zip
Fixed flipped groupId and artifactId. Fixes rockymadden/stringmetric#3.
Diffstat (limited to 'readme.md')
-rwxr-xr-xreadme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index f0e9f61..2d4cff7 100755
--- a/readme.md
+++ b/readme.md
@@ -47,8 +47,8 @@ compile 'com.rockymadden.stringmetric:stringmetric-core:0.25.2'
__Maven:__
```xml
<dependency>
- <artifactId>com.rockymadden.stringmetric</artifactId>
- <groupId>stringmetric-core</groupId>
+ <groupId>com.rockymadden.stringmetric</groupId>
+ <artifactId>stringmetric-core</artifactId>
<version>0.25.2</version>
</dependency>
```