File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ representative at an online or offline event.
60
60
61
61
Instances of abusive, harassing, or otherwise unacceptable behavior may be
62
62
reported to the community leaders responsible for enforcement at
63
- [ community\@ vonage.com] (mailto:community@vonage.com ?subject=Java SDK code of conduct ).
63
+ [ community\@ vonage.com] ( mailto:community@vonage.com ) .
64
64
All complaints will be reviewed and investigated promptly and fairly.
65
65
66
66
All community leaders are obligated to respect the privacy and security of the
Original file line number Diff line number Diff line change @@ -113,6 +113,9 @@ val vonageClient = Vonage {
113
113
}
114
114
```
115
115
116
+ ## Usage
117
+ You can find complete runnable code samples in the [ vonage-kotlin-code-snippets repository] ( https://github.com/Vonage/vonage-kotlin-code-snippets ) .
118
+
116
119
## Frequently Asked Questions
117
120
118
121
** Q: Why use this SDK instead of the [ Vonage Java Server SDK] ( https://github.com/Vonage/vonage-java-sdk ) ?**
Original file line number Diff line number Diff line change 77
77
<dependency >
78
78
<groupId >org.wiremock</groupId >
79
79
<artifactId >wiremock-standalone</artifactId >
80
- <version >3.9.1 </version >
80
+ <version >3.9.2 </version >
81
81
<scope >test</scope >
82
82
</dependency >
83
83
</dependencies >
You can’t perform that action at this time.
0 commit comments