Update README.md

This commit is contained in:
Josh Baker 2017-11-03 13:11:26 -07:00 committed by GitHub
parent afca4c2c35
commit 3b33b0c003
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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