From dcdc2248f1ef72a3c5afd9f00e508e3fc8e5280b Mon Sep 17 00:00:00 2001 From: Barry Date: Sat, 11 Apr 2020 17:13:41 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3717686..40067c3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ZiniGo -A tool written in Go for saving (legally purchased) magazines from Zinio. +A tool written in Go for saving (legally purchased) magazines from Zinio as DRM-free PDFs. ## Precompiled binaries @@ -16,7 +16,7 @@ Google chrome installed, and accessible via the command `google-chrome`, or at a ## How it works ZiniGo logs into Zinio, and pulls a list of all issues purchased. -Each page is available as an SVG, which is then injected into n HTML page (based on template.html). +Each page is available as an SVG, which is then injected into an HTML page (based on template.html). google-chrome is then used to print the page to PDF, and all pages are combined into a single PDF.