From b9bd227b0e9902af869cb4b4dd1f5834cc462886 Mon Sep 17 00:00:00 2001 From: Till Hoeppner Date: Sat, 18 Apr 2015 15:31:36 +0200 Subject: Fix README --- README.md | 6 +++--- src/message.rs | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b455793..1e9886b 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ -irsc +# irsc + [![travis-ci.org](https://travis-ci.org/tilpner/irsc.svg?branch=master)](https://travis-ci.org/tilpner/irsc) [![crates.io](http://meritbadge.herokuapp.com/irsc)](https://crates.io/crates/irsc) -========= *This repository contains code that has not been properly tested yet, continue at the risk of doing stupid things while discovering parts of this library don't work.* -## Introduction +## Overview Want to build an IRC bot with low resource consumption? You might want to have a look at this library (maybe later, though). diff --git a/src/message.rs b/src/message.rs index fd77aef..25e176c 100644 --- a/src/message.rs +++ b/src/message.rs @@ -1203,5 +1203,4 @@ mod test { assert_eq!(b.parse::().unwrap(), b2.clone()); assert_eq!(b2.to_string(), b); } - } -- cgit v1.2.3