From 0a6cb6469f722d603310057e30c44e6bc05fa85c Mon Sep 17 00:00:00 2001 From: Franklin van de Meent Date: Sun, 20 Aug 2017 11:24:38 +0200 Subject: [PATCH] Docs: Minor clean up --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e9367a9..dc851eb 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Simple bandwidth test in browser javascript. Example ------- -https://frankl.in/speedtest/ + You can change the number precision up to 3 decimals using the arrow keys on your keyboard. @@ -16,10 +16,13 @@ keys on your keyboard. Installation ------------ -Just clone the repo or download the `speedtest.htm` file. +Just clone the repo or download the +[speedtest.htm](https://github.com/fvdm/speedtest/raw/master/speedtest.htm). To keep the repository small I have not included the test binaries. -You can download them from my server, **please don't hotlink them!!** +You can download them from my server. + +**Please don't hotlink these!!** * [1mb.bin](https://frankl.in/speedtest/1mb.bin) * [5mb.bin](https://frankl.in/speedtest/5mb.bin) @@ -33,7 +36,7 @@ where the M suffix is megabytes and G is gigabytes. ```sh # 100mb.bin -$ dd if=/dev/zero of=100mb.bin bs=100M count=1 +dd if=/dev/zero of=100mb.bin bs=100M count=1 ```