Skip to content

Commit eefe856

Browse files
committed
docs: Add link to code snippets repo
1 parent cc1c70b commit eefe856

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ representative at an online or offline event.
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
6262
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).
6464
All complaints will be reviewed and investigated promptly and fairly.
6565

6666
All community leaders are obligated to respect the privacy and security of the

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ val vonageClient = Vonage {
113113
}
114114
```
115115

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+
116119
## Frequently Asked Questions
117120

118121
**Q: Why use this SDK instead of the [Vonage Java Server SDK](https://github.com/Vonage/vonage-java-sdk)?**

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>org.wiremock</groupId>
7979
<artifactId>wiremock-standalone</artifactId>
80-
<version>3.9.1</version>
80+
<version>3.9.2</version>
8181
<scope>test</scope>
8282
</dependency>
8383
</dependencies>

0 commit comments

Comments
 (0)