From 3a5623cb916e540ee46f5c13a85236ff458f4aba Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 23 Jun 2016 14:07:34 +0100 Subject: [PATCH] README: fix build status. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e7a52c..6e16f6f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ make ## Status I'm not personally working on this any more but will accept pull-requests. -[![Build Status](https://travis-ci.org/mikemcquaid/Qocoa.svg?branch=master)](https://travis-ci.org/mikemcquaid/Qocoa) +[![Build Status](https://travis-ci.org/MikeMcQuaid/Qocoa.svg?branch=master)](https://travis-ci.org/MikeMcQuaid/Qocoa) ## Usage For each class you want to use copy the [`qocoa_mac.h`](https://github.com/mikemcquaid/Qocoa/blob/master/qocoa_mac.h), `$CLASS.h`, `$CLASS_mac.*` and `$CLASS_nonmac.*` files into your source tree and add them to your buildsystem. Examples are provided for [CMake](https://github.com/mikemcquaid/Qocoa/blob/master/CMakeLists.txt) and [QMake](https://github.com/mikemcquaid/Qocoa/blob/master/Qocoa.pro).