From ec223a45d4a6d4547b73d2d33c324d7647395558 Mon Sep 17 00:00:00 2001 From: dosse91 Date: Sun, 23 Oct 2016 19:49:52 +0200 Subject: [PATCH] Accidentally reverted README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6bcf47a..ecdb218 100644 --- a/README.md +++ b/README.md @@ -8,17 +8,17 @@ This is a very small Speedtest implemented in Javascript, using XMLHttpRequest a [Take a Speedtest](http://speedtest.adolfintel.com) ## Compatibility -Microsoft Edge, Firefox 10+, Chrome 10+, Opera 15+, Safari 7 (not tested) +Only modern browsers are supported (Edge 12+) ## Requirements - - A reasonably fast web serve + - A reasonably fast web server - Some way to generate garbage data using either the included PHP script, a [big file of random data](http://downloads.adolfintel.com/geth.php?r=speedtest-bigfile), or a symlink to /dev/urandom - Your server must not compress the data it sends - Your server must accept large POST requests (up to 10 Megabytes), otherwise the upload test will fail - Client side, there must not be any type of buffering (such as a proxy), or you may get incorrect results ## How to use -See example.html, it's not rocket science. +See the examples, it's really simple. ## License Copyright (C) 2016 Federico Dossena