README.md in puggernaut-0.1.5 vs README.md in puggernaut-0.2.0
- old
+ new
@@ -77,10 +77,10 @@
Include [jQuery](http://jquery.com) and [puggernaut.js](https://github.com/winton/puggernaut/public/puggernaut.js) into to your HTML page.
Javascript client example:
<pre>
-Puggernaut.path = '/long_poll';
+Puggernaut.path = '/long_poll'; // (default)
Puggernaut
.watch('channel', function(e, message) {
// do something with message
})
\ No newline at end of file