From 9d15e8638dbae9108ab0d02db875deac369c1ebd Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Tue, 24 Mar 2020 13:10:02 -0500 Subject: [PATCH] improve README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fbbe70b..0b56997 100644 --- a/README.md +++ b/README.md @@ -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