Update README.md
authorMoritz Warning <moritzwarning@web.de>
Wed, 26 Feb 2020 16:44:25 +0000 (17:44 +0100)
committerGitHub <noreply@github.com>
Wed, 26 Feb 2020 16:44:25 +0000 (17:44 +0100)
README.md

index 699e1ce49b21813b014d8b29d5fc33eac4a697d3..6d0829e07e74e4f9fe5f32938a115ce4d276670d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,17 +1,17 @@
 # Yet Another Firmware Selector
 
 A simple OpenWrt firmware selector using autocompletion. Uses plain
-HTML/JavaScript.
+HTML/CSS/JavaScript.
 
 ![image](misc/screenshot.png)
 
 Checkout the [Demo](https://mwarning.github.io/yet_another_firmware_selector/)!
 
-Run:
+## Run
 
-* Download repository and change directory to it
+* Download repository and change directory
 * Start webserver (e.g. `python3 -m http.server`)
-* Go to `http://localhost:8000`
+* Go to `http://localhost:8000` in your web browser
 
 Configure with [config.js](config.js).
 
@@ -21,7 +21,7 @@ The `names-<version>.json` files are based on JSON files created by OpenWrt
 (master): `Global build settings  ---> [*] Create JSON info files per build
 image`.
 
-A [Python script](misc/collect.py) is included to create those json files:
+A [Python script](misc/collect.py) is included to merge the JSON files:
 `./collect.py bin/ --url
 'https://downloads.openwrt.org/releases/{release}/targets/{target}' >
 names-test.json`.