Merge pull request #81 from baileyn/master

Fixed a typo in the README.
This commit is contained in:
Aaron Weiss 2017-05-17 18:10:49 -04:00 committed by GitHub
commit 4446b8e875

View file

@ -38,7 +38,7 @@ fn main() {
```
It may not seem like much, but all it takes to get started with an IRC connection is the stub
above. In just a few lines, you can be connected to a server and procesisng IRC messages as you
above. In just a few lines, you can be connected to a server and processing IRC messages as you
wish. The library is built with flexibility in mind. If you need to work on multiple threads,
simply clone the server and have at it. We'll take care of the rest.