Skip to content

Commit 4064298

Browse files
authored
Update README.md
1 parent de0bb6e commit 4064298

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ async-coroutines-socket
33

44
is a small kotlin library that provides an implementation for `java.nio.channels.AsynchronousSocketChannel` wrapped in kotlin coroutines.
55

6+
[![Kotlin Linter](https://github.com/TheEvilRoot/async-coroutines-socket/actions/workflows/klinter.yml/badge.svg)](https://github.com/TheEvilRoot/async-coroutines-socket/actions/workflows/klinter.yml)
7+
[![Socks5 tests](https://github.com/TheEvilRoot/async-coroutines-socket/actions/workflows/docker-image.yml/badge.svg)](https://github.com/TheEvilRoot/async-coroutines-socket/actions/workflows/docker-image.yml)
8+
69
preamble
710
--------
811

@@ -60,4 +63,4 @@ Some examples of usage this library is stored in `src/test/kotlin` package.
6063
val count = socket.read(byteBuffer)
6164
// ...
6265
}
63-
```
66+
```

0 commit comments

Comments
 (0)