mcollina / mows

Using MQTT.js in the browser over WebSocket -- Built with browserify!
72 stars 12 forks source link

docs for the browser #7

Closed scaret closed 10 years ago

scaret commented 10 years ago
   , client = mqtt.createClient();

seems should be

  , client = mows.createClient();