improve README

This commit is contained in:
Carl Pearson
2020-03-24 13:10:02 -05:00
parent 9bee3cf612
commit 9d15e8638d

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`](www.google.com) and include it in your project.
Download the latest [`argparse.hpp`](https://raw.githubusercontent.com/cwpearson/argparse/latest/include/argparse/argparse.hpp) and include it in your project.
## Example