cordova-plugin-webserver
cordova-plugin-webserver copied to clipboard
Function documentation in README not correct
start
should be start(success_callback, error_callback, port)
instead of start(port)
, and similar for stop
.