Skip to content

Commit 748bd8a

Browse files
docs: document updated
1 parent 953ae1c commit 748bd8a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

DEPLOYMENT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ Following these rules ensures semantic versioning is consistent and releases ref
112112
1. After CI/CD runs successfully, a new **GitHub release** is created with the corresponding version tag.
113113
2. Generated client (`client/`) and models (`models/`) can be included in other Kotlin projects via Gradle:
114114
```kotlin
115-
implementation("com.github.near.near-jsonrpc-client-kotlin:client:<Version>")
116-
implementation("com.github.near.near-jsonrpc-client-kotlin:models:<Version>")
115+
implementation("com.github.hosseinkarami-dev.NEAR-RPC-Client-Kotlin:client:<Version>")
116+
implementation("com.github.hosseinkarami-dev.NEAR-RPC-Client-Kotlin:models:<Version>")
117117
```
118118
3. Always use the **latest release tag** in your consuming projects to ensure compatibility.
119119

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ In your **module-level** `build.gradle.kts`:
9898
```kotlin
9999

100100
dependencies {
101-
implementation("com.github.near.near-jsonrpc-client-kotlin:client:<Version>")
102-
implementation("com.github.near.near-jsonrpc-client-kotlin:models:<Version>")
101+
implementation("com.github.hosseinkarami-dev.NEAR-RPC-Client-Kotlin:client:<Version>")
102+
implementation("com.github.hosseinkarami-dev.NEAR-RPC-Client-Kotlin:models:<Version>")
103103
}
104104

105105
```

0 commit comments

Comments
 (0)