From 3b33b0c003ad4aa88b8f101d7261225897477965 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Fri, 3 Nov 2017 13:11:26 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 222c2ad..b8b2fd6 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The goal of this project is to create a server framework for Go that performs on - Allows [multiple network binding](#multiple-addresses) on the same event loop - Flexible [ticker](#ticker) event - Fallback for non-epoll/kqueue operating systems by simulating events with the [net](https://golang.org/pkg/net/) package -- Ability to [wake up](#wake-up) connections for long running background operations +- Ability to [wake up](#wake-up) connections from long running background operations ## Getting Started