From 5cdcc5edf5010868e20ea3deb3c9dc163d350ca1 Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Sun, 28 Apr 2019 21:29:51 -0400 Subject: [PATCH] Simplify features listing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acf44c5f..ef78b640 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ go get nhooyr.io/websocket@v0.2.0 ## Features - Minimal and idiomatic API -- Tiny codebase at 1400 lines which reduces the surface area for bugs +- Tiny codebase at 1400 lines - First class context.Context support - Thorough tests, fully passes the [autobahn-testsuite](https://github.com/crossbario/autobahn-testsuite) - Zero dependencies outside of the stdlib for the core library