Skip to content

Commit

Permalink
Update the readme with the IRC channel
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Nehren committed Jan 7, 2015
1 parent 377ce46 commit 212c6c3
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If you want to run the latest version (i.e. later than the version available via
```

Of course, you can just clone this, and manually point at the library itself,
but I really recommend using [npm](http://github.com/isaacs/npm)!
but we really recommend using [npm](http://github.com/isaacs/npm)!

## Basic Usage

Expand Down Expand Up @@ -105,10 +105,13 @@ client.addListener('error', function(message) {
```


## Further Documentation
## Further Support

Further documentation (including a complete API reference) are available in
Further documentation (including a complete API reference) is available in
reStructuredText format in the docs/ folder of this project, or online at [Read the Docs](http://readthedocs.org/docs/node-irc/en/latest/).

If you find any issues with the documentation (or the module) please send a pull
request or file an issue and I'll do my best to accommodate.
request or file an issue and we'll do our best to accommodate.

You can also visit us on ##node-irc on freenode to discuss issues you're having
with the library, pull requests, or anything else related to node-irc.

0 comments on commit 212c6c3

Please sign in to comment.