Skip to content

Commit c6e39c1

Browse files
docs: document updated
1 parent 748bd8a commit c6e39c1

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

DEPLOYMENT.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ 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.hosseinkarami-dev.NEAR-RPC-Client-Kotlin:client:<Version>")
116-
implementation("com.github.hosseinkarami-dev.NEAR-RPC-Client-Kotlin:models:<Version>")
115+
implementation("com.github.hosseinkarami-dev:NEAR-RPC-Client-Kotlin:<Version>")
117116
```
118117
3. Always use the **latest release tag** in your consuming projects to ensure compatibility.
119118

README.md

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

100100
dependencies {
101-
implementation("com.github.hosseinkarami-dev.NEAR-RPC-Client-Kotlin:client:<Version>")
102-
implementation("com.github.hosseinkarami-dev.NEAR-RPC-Client-Kotlin:models:<Version>")
101+
implementation("com.github.hosseinkarami-dev:NEAR-RPC-Client-Kotlin:<Version>")
103102
}
104103

105104
```

0 commit comments

Comments
 (0)