From 8164a1141e393acafbc6a51bf71978feea09ebfb Mon Sep 17 00:00:00 2001 From: Fredi Machado Date: Sat, 9 Apr 2016 02:18:48 -0300 Subject: [PATCH] Updated README --- README.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.adoc b/README.adoc index 9ce22b3..8eb9b2f 100644 --- a/README.adoc +++ b/README.adoc @@ -1,18 +1,18 @@ -= IRC Client Library for Arduino = += IRC Client Library for Arduino image:https://travis-ci.org/Fredi/ArduinoIRC.svg?branch=master["Build Status", link="https://travis-ci.org/Fredi/ArduinoIRC"] Connects your arduino project to an IRC server. -== Features == +== Features * Easy connection to an IRC server through a Client implementation; * Receive parsed IRC messages through a callback function; * Send raw messages to the server or messages to a channel or user; -== Usage == +== Usage See the examples... -== License == +== License Copyright (c) 2016 Fredi Machado. All right reserved.