Skip to content

Commit

Permalink
Fix singular/plural of WebSocket #16
Browse files Browse the repository at this point in the history
  • Loading branch information
mehaase committed Sep 26, 2018
1 parent ca363e4 commit 4e583c6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Trio WebSockets
# Trio WebSocket

This project implements WebSockets [for
Trio](https://trio.readthedocs.io/en/latest/) and is based on the Sans-I/O
[wsproto project](https://wsproto.readthedocs.io/en/latest/).
This project implements [the WebSocket
protocol](https://tools.ietf.org/html/rfc6455). It is based on the [wsproto
project](https://wsproto.readthedocs.io/en/latest/), which is a [Sans-IO](https://sans-io.readthedocs.io/) state machine that implements the majority of
the WebSocket protocol, including framing, codecs, and events. This library
implements the I/O using [Trio](https://trio.readthedocs.io/en/latest/).

## Installation

Expand Down

0 comments on commit 4e583c6

Please sign in to comment.