Skip to content

Commit 24fd508

Browse files
authored
Update README.md
1 parent 232c581 commit 24fd508

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ First you need to add the .jar to your classpath.
1313
If your project is managed by maven you can add the .jar the following way if (you have added the .jar to your /resource folder):
1414
```xml
1515
<dependency>
16-
<groupId>com.janetschel</groupId>
17-
<artifactId>bring-api</artifactId>
16+
<groupId>com.janetschel</groupId>
17+
<artifactId>bring-api</artifactId>
1818
<version>1.0</version>
1919
<scope>system</scope>
2020
<systemPath>${project.basedir}/src/main/resources/bring-api-1.0.jar</systemPath>

0 commit comments

Comments
 (0)