Added link to docs to README.md.

This commit is contained in:
Aaron Weiss 2014-11-05 01:56:00 -05:00
parent f596767ce7
commit 60cfc3dbcf

View file

@ -1,3 +1,4 @@
# irc [![Build Status](https://travis-ci.org/aaronweiss74/irc.svg?branch=master)](https://travis-ci.org/aaronweiss74/irc) # # irc [![Build Status](https://travis-ci.org/aaronweiss74/irc.svg?branch=master)](https://travis-ci.org/aaronweiss74/irc) #
An IRC library in Rust. Just went through serious change. Unit tests, more features, and more An IRC library in Rust. Just went through serious change. Unit tests, more features, and more
examples coming soon. The existing examples should serve as a good basis. examples coming soon. The existing examples should serve as a good basis. You can find up-to-date,
pre-made documentation online [here](http://www.rust-ci.org/aaronweiss74/irc/doc/irc/).