improve README

This commit is contained in:
Carl Pearson
2020-03-24 13:12:21 -05:00
parent a10a98bc25
commit 837761df94

View File

@@ -6,7 +6,7 @@ Simple single-file header-only CLI option parsing for C++ that does not require
## Getting Started
Download the latest [`argparse.hpp`](https://raw.githubusercontent.com/cwpearson/argparse/latest/include/argparse/argparse.hpp) and include it in your project.
Download the latest [`argparse.hpp`](https://raw.githubusercontent.com/cwpearson/argparse/master/include/argparse/argparse.hpp) and include it in your project.
## Example