tweaked download link text

This commit is contained in:
Phil Nash 2014-12-09 19:06:22 +00:00
parent e8f704c768
commit 93da743932
1 changed files with 1 additions and 3 deletions

View File

@ -10,9 +10,7 @@ Build status (on Travis CI) [![Build Status](https://travis-ci.org/philsquared/C
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.
The latest, single header, version can be downloaded directly from this link:
<a href="https://raw.github.com/philsquared/Catch/raw/develop/single_include/catch.hpp">Right click and select to download the file linked here</a>
<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: