From 55877caf206b55baec323229c82b6bf71fdbda17 Mon Sep 17 00:00:00 2001 From: tj Date: Sun, 10 Jan 2010 22:26:39 +0100 Subject: [PATCH] Fix git url and markdown --- README.markdown | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.markdown b/README.markdown index 8d06b75..8c73785 100644 --- a/README.markdown +++ b/README.markdown @@ -7,14 +7,14 @@ Event based irc client library. Features --------- * Event based. Register Callbacks for the events you need to handle. -* Handles basic irc demands for you: -* Standard CTCP -* Reconnections on errors -* Detect stoned servers +* Handles basic irc demands for you + * Standard CTCP + * Reconnections on errors + * Detect stoned servers Install ---------- - $ git clone git@github.com:thoj/Go-IRC-Client-Library.git + $ git clone git://github.com/thoj/Go-IRC-Client-Library.git $ cd Go-IRC-Client-Library $ make $ make install