Merge branch 'interface-improvements' of github.com:clean-cloogle/clean-irc into...
[cloogle-irc.git] / README.md
index 4665eb1..dcc383f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,12 +1,9 @@
 # clean-irc
 IRC library for Clean
 
-## Test
-```
-make && ./test | nc irc.freenode.net 6667
-```
+## Example
+As a proof of concept, a cloogle bot is created. Run `./cloogle-irc --help` for
+more info. `run.sh` contains a script suitable for running it continously.
 
 ## Todo
-- Implement more commands
-- Check comma separated parses
-- Make a bot interface
+- Check the commands one more time on syntax