From e3ba7b6b9609536c1f6b98e716eb48ab18523f27 Mon Sep 17 00:00:00 2001 From: Alex Bramley Date: Wed, 6 Jun 2012 15:22:06 +0100 Subject: [PATCH] Fix up README. --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fc6c8dc..b9d440e 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,9 @@ GoIRC Client Framework Pretty simple, really: - goinstall github.com/fluffle/goirc + go get github.com/fluffle/goirc/client -You can build the test client also with: - - make - ./gobot - -This will connect to freenode and join `#go-nuts` by default, so be careful ;-) +There is some example code that demonstrates usage of the library in `client.go`. This will connect to freenode and join `#go-nuts` by default, so be careful ;-) ### Using the framework