Skip to content

Commit

Permalink
docs: Fix artifactId maven's reference (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
JPPortier authored Feb 7, 2024
1 parent 4d61d3f commit 55a3958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Add to your `pom.xml` file the dependency to SDK:
<dependencies>
<dependency>
<groupId>com.sinch.sdk</groupId>
<artifactId>sinch-java-sdk</artifactId>
<artifactId>sinch-sdk-java</artifactId>
<version>${sdk.version}</version>
</dependency>
...
Expand Down

0 comments on commit 55a3958

Please sign in to comment.