From afffdb470a38446b840eff167a2c2cce93d9744e Mon Sep 17 00:00:00 2001 From: Mathieu Champlon Date: Tue, 30 May 2017 16:11:01 +0200 Subject: [PATCH] Fixed readme --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 983cab5..8238b50 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,8 @@ -#[Turtle](http://turtle.sourceforge.net) +# Turtle -Turtle is a C++ mock object library based on Boost with a focus on usability, simplicity and flexibility. +[Turtle](http://turtle.sourceforge.net) is a C++ mock object library based on [Boost](http://www.boost.org) with a focus on usability, simplicity and flexibility. -### Test results +Distributed under the [Boost Software License, Version 1.0](http://boost.org/LICENSE_1_0.txt). [![Build Status](https://travis-ci.org/mat007/turtle.svg)](https://travis-ci.org/mat007/turtle) [![Coverage Status](https://coveralls.io/repos/mat007/turtle/badge.png)](https://coveralls.io/r/mat007/turtle) - -[Open Issues](https://sourceforge.net/p/turtle/tickets) - -### License - -Distributed under the [Boost Software License, Version 1.0](http://boost.org/LICENSE_1_0.txt).