Browse Source

Accidentally reverted README.md

dosse91 9 years ago
parent
commit
ec223a45d4
1 changed files with 3 additions and 3 deletions
  1. 3 3
      README.md

+ 3 - 3
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