Skip to content

Commit 953ae1c

Browse files
docs: document updated
1 parent 46a9056 commit 953ae1c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# NEAR JSON-RPC Kotlin Client
22

3-
[![Build Status](https://img.shields.io/github/actions/workflow/status/hosseinkarami-dev/NEAR-RPC-Client-Kotlin/ci-cd.yml?branch=main)](https://github.com/hosseinkarami-dev/NEAR-RPC-Client-Kotlin/actions)
4-
[![License](https://img.shields.io/github/license/hosseinkarami-dev/NEAR-RPC-Client-Kotlin)](./LICENSE)
5-
[![Kotlin Multiplatform](https://img.shields.io/badge/kotlin-multiplatform-7f52ff.svg)](#)
3+
[![Build Status](https://img.shields.io/github/actions/workflow/status/near/near-jsonrpc-client-kotlin/ci-cd.yml?branch=main)](https://github.com/near/near-jsonrpc-client-kotlin/actions)
4+
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](./LICENSE)
5+
![Kotlin Multiplatform](https://img.shields.io/badge/kotlin-multiplatform-7f52ff.svg)
6+
![Release Badge](https://img.shields.io/github/tag/near/near-jsonrpc-client-kotlin.svg?label=release)
67

78
A **type-safe**, Kotlin client for the NEAR JSON-RPC API.
89

@@ -321,6 +322,7 @@ Contributions welcome!
321322
./gradlew :client:test
322323
```
323324
5. Open a PR with clear description.
325+
6. **More details:** see the [Contributing Overview](https://github.com/near/near-jsonrpc-client-kotlin?tab=contributing-ov-file) tab in this repository.
324326

325327
---
326328

0 commit comments

Comments
 (0)