From: Moritz Warning Date: Fri, 31 Jul 2020 13:20:54 +0000 (+0200) Subject: remove a word X-Git-Tag: v3.0.0~42 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=7231e47fbe768a0119f91dcf9b0dd0298c1d5350;p=web%2Ffirmware-selector-openwrt-org.git remove a word --- diff --git a/README.md b/README.md index 0cd4151..6ebbb52 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ A [Python script](misc/collect.py) is included to merge the JSON files into a si ./collect.py merge bin/ --download-url 'https://downloads.openwrt.org/releases/{version}/targets/{target}' > overview.json ``` -If you want to scrape the OpenWrt download website and update the config.js automatically: +If you want to scrape the OpenWrt download website and update the config.js: ``` ./collect.py scrape https://downloads.openwrt.org /var/www/firmware_selector ```