From c32d929ff0ee2940c14fb4b3d1570ff6a65215d7 Mon Sep 17 00:00:00 2001 From: Claus Nagel Date: Sat, 20 Aug 2022 22:46:58 +0200 Subject: [PATCH] minor change --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53e3b4c..a932b7e 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ project with Maven, add the following code to your `pom.xml`. You may need to ad ```xml - org.xmlobjects + org.xmlobjects.gml gml-objects 1.0.0 @@ -56,6 +56,6 @@ repositories { } dependencies { - compile 'org.xmlobjects:gml-objects:1.0.0' + compile 'org.xmlobjects.gml:gml-objects:1.0.0' } ``` \ No newline at end of file