Accidentally reverted README.md
This commit is contained in:
parent
c4dd6d89b8
commit
ec223a45d4
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue