Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Aug 20, 2022
1 parent e5182f2 commit c32d929
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 @@ -42,7 +42,7 @@ project with Maven, add the following code to your `pom.xml`. You may need to ad

```xml
<dependency>
<groupId>org.xmlobjects</groupId>
<groupId>org.xmlobjects.gml</groupId>
<artifactId>gml-objects</artifactId>
<version>1.0.0</version>
</dependency>
Expand All @@ -56,6 +56,6 @@ repositories {
}
dependencies {
compile 'org.xmlobjects:gml-objects:1.0.0'
compile 'org.xmlobjects.gml:gml-objects:1.0.0'
}
```

0 comments on commit c32d929

Please sign in to comment.