Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
janetschel committed Apr 17, 2020
1 parent 232c581 commit 24fd508
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 @@ -13,8 +13,8 @@ First you need to add the .jar to your classpath.
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):
```xml
<dependency>
<groupId>com.janetschel</groupId>
<artifactId>bring-api</artifactId>
<groupId>com.janetschel</groupId>
<artifactId>bring-api</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/resources/bring-api-1.0.jar</systemPath>
Expand Down

0 comments on commit 24fd508

Please sign in to comment.