Updated README.md

This commit is contained in:
dosse91 2017-05-15 17:34:22 +02:00
parent ec61c14723
commit 8b96a21faa

View file

@ -11,8 +11,8 @@ This is a very lightweight Speedtest implemented in Javascript, using XMLHttpReq
Only modern browsers are supported (IE11, latest Edge, latest Chrome, latest Firefox, latest Safari) Only modern browsers are supported (IE11, latest Edge, latest Chrome, latest Firefox, latest Safari)
## Requirements ## Requirements
- A reasonably fast web server. PHP is optional but recommended (see doc.pdf for details) - A reasonably fast web server. PHP is optional but recommended (see doc.md for details)
- Some way to generate garbage data (PHP script included, see doc.pdf for other solutions) - Some way to generate garbage data (PHP script included, see doc.md for other solutions)
- Your server must accept large POST requests (up to 20 Megabytes), otherwise the upload test will fail - Your server must accept large POST requests (up to 20 Megabytes), otherwise the upload test will fail
- It's also better if your server does not use compression, but it's not mandatory - It's also better if your server does not use compression, but it's not mandatory