From 2ae96ed8f7b6c2a01ce437c2bbe4f9352d9c58a0 Mon Sep 17 00:00:00 2001 From: hartator Date: Fri, 20 Nov 2015 22:49:32 -0600 Subject: [PATCH] Fix grammar mistake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92d1f61..03b9b7c 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Wayback Machine Downloader will then fetch only file versions on or prior to the You may want to retrieve files which are of a certain type (e.g., .pdf, .jpg, .wrd...) or are in a specific directory. To do so, you can supply the `--only` flag with a string or a regex (using the '/regex/' notation) to limit which files Wayback Machine Downloader will download. -For example, if you want to download files only inside a specific `my_directory`: +For example, if you only want to download files inside a specific `my_directory`: wayback_machine_downloader http://example.com --only my_directory