From 672bacd3ddb2bae1f11cb790432e41d5a26ec571 Mon Sep 17 00:00:00 2001 From: Pijus Kamandulis Date: Fri, 24 Jan 2020 19:14:52 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75f59f1..bca8198 100644 --- a/README.md +++ b/README.md @@ -21,5 +21,5 @@ Clone this repository and run `go build` to build the executable. * `-batch-file` - File containing URLs/Usernames to download, one value per line. Lines starting with '#', are considered as comments and ignored. ## Acknowledgments -This software uses the **chromedp** for web scraping, it can be found here: https://github.com/chromedp/chromedp\ +This software uses the **chromedp** for web scraping, it can be found here: https://github.com/chromedp/chromedp \ For releases the JS code is minified by using **terser** toolkit, it can be found here: https://github.com/terser/terser