From faa37d40fc8516e2ddb49d539ca36fb7693b0245 Mon Sep 17 00:00:00 2001 From: hartator Date: Sat, 30 Jul 2016 14:15:41 -0500 Subject: [PATCH] Improve readability of Reame --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 51cbae0..cc70138 100644 --- a/README.md +++ b/README.md @@ -63,11 +63,11 @@ Or if you want to download everything except images: As an alternative installation way, we have a Docker image! Retrieve the wayback-machine-downloader Docker image this way: -docker pull hartator/wayback-machine-downloader + docker pull hartator/wayback-machine-downloader Then, you should be able to use the Docker image to download websites. For example: -docker run --rm -it -v $PWD/websites:/websites hartator/wayback-machine-downloader http://example.com + docker run --rm -it -v $PWD/websites:/websites hartator/wayback-machine-downloader http://example.com ## Contributing