diff options
author | Taylor C. Richberger <Taywee@gmx.com> | 2017-11-06 22:37:45 -0700 |
---|---|---|
committer | Taylor C. Richberger <Taywee@gmx.com> | 2017-11-06 22:37:45 -0700 |
commit | 7a35b7132e8b52ae874f7abf6a37cfb6eea36b77 (patch) | |
tree | 2110dc84c7bea0950d51d54cfaf5194c154faec7 | |
parent | Merge pull request #39 from pavel-belikov/ci (diff) | |
download | args.hxx-7a35b7132e8b52ae874f7abf6a37cfb6eea36b77.tar.xz |
replace badges with Taywee ones so the repository is properly described by its badges
-rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -2,10 +2,9 @@ #### Note that this library is essentially in maintenance mode. I haven't had the time to work on it or give it the love that it deserves. I'm not adding new features, but I will fix bugs. I will also very gladly accept pull requests. -[](https://gitgud.io/Taywee/args/commits/master) -[](https://travis-ci.org/pavel-belikov/args) -[](https://ci.appveyor.com/project/pavel-belikov/args) -[](https://coveralls.io/github/pavel-belikov/args) +[](https://travis-ci.org/Taywee/args) +[](https://ci.appveyor.com/project/Taywee/args) +[](https://coveralls.io/github/Taywee/args?branch=master) A simple, small, flexible, single-header C++11 argument parsing library, in fewer than 2K lines of code. |