Skip to content

Commit

Permalink
docs: Update readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
divyanshupundir committed Mar 9, 2024
1 parent f94a2c4 commit b058ac4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Websockt

[![License](https://img.shields.io/badge/license-Apache%20License%202.0-lightgrey.svg?maxAge=2592000)](https://github.com/divyanshupundir/websockt/blob/main/LICENSE.md)
[![Kotlin](https://img.shields.io/badge/kotlin-1.9.22-blue.svg?logo=kotlin)](http://kotlinlang.org)
[![Maven Central](https://img.shields.io/maven-central/v/com.divpundir.websockt/websockt)](https://central.sonatype.com/namespace/com.divpundir.websockt)

Websockt is a simple WebSocket client library for Kotlin.

## Usage
Expand Down
2 changes: 1 addition & 1 deletion adapter-coroutines/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
```kotlin
val factory = OkHttpWebSocktFactory(okHttpClient)

val client = CoroutinesWebsocktClient(factory, viewModelScope)
val client = CoroutinesWebsocktClient(factory)
```

### Opening a connection
Expand Down

0 comments on commit b058ac4

Please sign in to comment.