Skip to content

Commit

Permalink
Add some clarity on which Nexmo SDK version is pulled in.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Crow committed May 24, 2019
1 parent a489853 commit 8655eaa
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 @@ -93,7 +93,7 @@ public NexmoClient.Builder customNexmoBuilder() {
## Customize Nexmo Client Version

By default, the Nexmo Spring Boot Starter will transitively define Nexmo Client to the latest version upon its release. You can override this by adding a dependency on the Nexmo Client, bringing in `4.2.0` for example:
By default, the Nexmo Spring Boot Starter will transitively define Nexmo Client to the latest version at its release. You can override this by adding a dependency on the Nexmo Client, bringing in `4.2.0` for example:

For Gradle:

Expand Down

0 comments on commit 8655eaa

Please sign in to comment.