bykof / cordova-plugin-webserver

A webserver plugin for cordova
Other
119 stars 51 forks source link

Function documentation in README not correct #80

Open panlina opened 4 months ago

panlina commented 4 months ago

start should be start(success_callback, error_callback, port) instead of start(port), and similar for stop.