Fix typo in README.

This commit is contained in:
Shiz 2014-03-08 18:45:23 +01:00
parent 0e4ba924de
commit 9c6d63f33f
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Features
- [IRCv3.1](http://ircv3.atheme.org/)
- (partial, in progress) [IRCv3.2](http://ircv3.atheme.org)
* Callback-based: IRC is an asynchronous protocol and so should a library that implements it be. Callbacks are used to process events from the server.
* Modularized and extensible: Features on top of RFC1459 are implemented as seperate modules for a user to pick and choose, and write their own. Broad features are written to be as extensible as possible.
* Modularised and extensible: Features on top of RFC1459 are implemented as seperate modules for a user to pick and choose, and write their own. Broad features are written to be as extensible as possible.
* Liberally licensed: The 3-clause BSD license ensures you can use it everywhere.
Structure