Skip to content

Commit 7decea9

Browse files
committed
docs: Link to SNIPPETS.md in README
1 parent 9f69cd5 commit 7decea9

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)
88
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE.txt)
99

10-
1110
This Kotlin SDK allows you to use [Vonage APIs](https://developer.vonage.com/api) in any JVM-based application.
1211
You'll need to have [created a Vonage account](https://dashboard.nexmo.com/sign-up?utm_source=DEV_REL&utm_medium=github&utm_campaign=java-client-library).
1312

1413
* [Supported APIs](#supported-apis)
1514
* [Other SDKs](#other-sdks)
1615
* [Installation](#installation)
1716
* [Configuration](#configuration)
17+
* [Usage](#usage)
1818
* [FAQ](#frequently-asked-questions)
1919
* [Contribute!](#contribute)
2020

@@ -115,7 +115,8 @@ val vonageClient = Vonage {
115115
```
116116

117117
## Usage
118-
You can find complete runnable code samples in the [vonage-kotlin-code-snippets repository](https://github.com/Vonage/vonage-kotlin-code-snippets).
118+
You can find complete runnable code samples in the [Code Snippets repository](https://github.com/Vonage/vonage-kotlin-code-snippets),
119+
including [a searchable list of snippets](https://github.com/Vonage/vonage-kotlin-code-snippets/blob/main/SNIPPETS.md).
119120

120121
## Frequently Asked Questions
121122

@@ -140,8 +141,9 @@ _We :heart: contributions to this library!_
140141
It is a good idea to talk to us first if you plan to add any new functionality.
141142
Otherwise, [bug reports](https://github.com/Vonage/vonage-kotlin-sdk/issues),
142143
[bug fixes](https://github.com/Vonage/vonage-kotlin-sdk/pulls) and feedback on the
143-
library are always appreciated.
144+
library are always appreciated. You can also contact us through the following channels:
144145

145-
### Contact
146-
[![Slack](https://img.shields.io/badge/Slack-4A154B?style=flat&logo=slack&logoColor=white)](https://developer.vonage.com/community/slack)
146+
[![Email](https://img.shields.io/badge/Email-green?style=flat-square&logo=gmail&logoColor=FFFFFF&labelColor=3A3B3C&color=62F1CD)](mailto:community@vonage.com)
147+
[![Community Slack](https://img.shields.io/badge/Slack-4A154B?style=flat&logo=slack&logoColor=white)](https://developer.vonage.com/community/slack)
147148
[![Twitter](https://img.shields.io/badge/Twitter-000000?style=flat&logo=x&logoColor=white)](https://twitter.com/VonageDev)
149+

0 commit comments

Comments
 (0)