Last tweak to download text - honest

This commit is contained in:
Phil Nash 2014-12-09 19:07:48 +00:00
parent 93da743932
commit d8e3c1f6e3
1 changed files with 2 additions and 2 deletions

View File

@ -6,12 +6,12 @@ Build status (on Travis CI) [![Build Status](https://travis-ci.org/philsquared/C
[Please see this page if you are updating from a version before 1.0](docs/whats-changed.md)
<a href="https://raw.github.com/philsquared/Catch/raw/develop/single_include/catch.hpp">[The latest, single header, version can be downloaded directly using this link]</a>
## What's the Catch?
Catch stands for C++ Automated Test Cases in Headers and is a multi-paradigm automated test framework for C++ and Objective-C (and, maybe, C). It is implemented entirely in a set of header files, but is packaged up as a single header for extra convenience.
<a href="https://raw.github.com/philsquared/Catch/raw/develop/single_include/catch.hpp">[The latest, single header, version can be downloaded directly using this link]</a>
## How to use it
This documentation comprises these three parts: