ovidiucp / TinyWebServer

Small web server for Arduino, fits in 10KB ROM, less than 512 bytes RAM
http://www.webweavertech.com/ovidiu/weblog/archives/000484.html
GNU Lesser General Public License v2.1
245 stars 65 forks source link

Bug in documentation #13

Closed SeanBannister closed 12 years ago

SeanBannister commented 12 years ago

I just noticed a bug in the readme documentation. When uploading a file with curl it appears to require a trailing slash which the documentation doesn't include: curl -0 -T index.htm http://my-arduino-ip-address/upload/

ovidiucp commented 12 years ago

Thanks for the report, fixed it!