From af8779d9d95e488ec9fd2d584b6328bd506c702b Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Tue, 16 Aug 2022 13:17:58 +0200 Subject: [PATCH] Note that chronos is required --- Readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 9878816..2a94532 100644 --- a/Readme.md +++ b/Readme.md @@ -5,7 +5,9 @@ ![Github action](https://github.com/status-im/nim-websock/workflows/CI/badge.svg) This is an implementation of [Websocket](https://tools.ietf.org/html/rfc6455) protocol for -[Nim](https://nim-lang.org/). nim-websock have both client and server in regular ws and wss(secure) mode. +[Nim](https://nim-lang.org/) and [chronos](https://github.com/status-im/nim-chronos/). + +`nim-websock` includes both client and server in regular ws and wss(secure) mode. It also pass all autobahn tests [Autobahn summary report](https://status-im.github.io/nim-websock/).