Skip to content

Commit

Permalink
link to tests for more examples of usage
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr committed Oct 18, 2024
1 parent 518865c commit 3bc5215
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,6 @@ val packet =
val packets = listOf(packet)
kAnonProxy.handlePackets(packets)
val response = kanonProxy.takeResponse()
```
```

There are more examples of usage in the [tests](src/test/kotlin/com/jasonernst/kanonproxy)

0 comments on commit 3bc5215

Please sign in to comment.