Skip to content

Commit e582aac

Browse files
committed
Fixes error in README.md
Dependency was point at project instead of the library which folks will actually want.
1 parent 2c20d7c commit e582aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The SparkPost Java Library is available in this [Maven Repository](http://maven.
1616
```xml
1717
<dependency>
1818
<groupId>com.sparkpost</groupId>
19-
<artifactId>client-server-protocol-lib</artifactId>
19+
<artifactId>sparkpost-lib</artifactId>
2020
<version>0.10</version>
2121
</dependency>
2222
```

0 commit comments

Comments
 (0)