Skip to content

Commit 53b7921

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents e2e504a + 3ac14be commit 53b7921

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# buildbybit-kotlin-api-wrapper
1+
# builtbybit-kotlin-api-wrapper
22

33
---
44

5-
A Kotlin wrapper for the [BuildByBit Ultimate API](https://builtbybit.com/wiki/ultimate-api/) built with Kotlin and KotlinX in combination with the [Ktor HTTP Client](https://ktor.io/clients/http-client.html) and [KotlinX Coroutines](https://kotlinlang.org/docs/reference/coroutines-overview.html).
5+
A Kotlin wrapper for the [BuiltByBit Ultimate API](https://builtbybit.com/wiki/ultimate-api/) built with Kotlin and KotlinX in combination with the [Ktor HTTP Client](https://ktor.io/clients/http-client.html) and [KotlinX Coroutines](https://kotlinlang.org/docs/reference/coroutines-overview.html).
66

77
Most of the data structures are copied from the [BuiltByBit Java API Wrapper](https://github.com/swanis/builtbybit-java-api-wrapper) by [swanis](https://github.com/swanis), You will find a lot of similarities in the code.
88

@@ -55,4 +55,4 @@ runBlocking {
5555

5656
println(resourceArray)
5757
}
58-
```
58+
```

0 commit comments

Comments
 (0)