bump version to 2.2.2
[web/firmware-selector-openwrt-org.git] / README.md
index 2021cb33a103e94c3c3da23e3a0c61804cbd9497..b361967c8ef6bcb2fa36697a5dc44b24932998eb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ HTML/CSS/JavaScript. Checkout the [Demo](https://mwarning.github.io/yet-another-
 
 ## Run
 
-* Checkput the repository and change to the project directory
+* Download the sources and change the working directory
 * Start webserver (e.g. `python3 -m http.server`)
 * Go to `http://localhost:8000/www/` in your web browser
 
@@ -25,7 +25,7 @@ The `overview.json` files are based on JSON files created by OpenWrt
 image`.
 
 A [Python script](misc/collect.py) is included to merge the JSON files:
-`./collect.py bin/ --url
+`./collect.py bin/ --download-url
 'https://downloads.openwrt.org/releases/{version}/targets/{target}' >
 overview.json`.