summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2012-01-09 07:14:48 +0100
committerLoïc Hoguin <[email protected]>2012-01-09 07:14:48 +0100
commita76c29ab6c63d383434d798df5c8c6b50899b590 (patch)
tree4ebae27bdde1749861b07869e60adebc06b06ef6
parent2d885f840c35aafd7cbb68e5c5aafc0b1c907460 (diff)
downloadbullet-a76c29ab6c63d383434d798df5c8c6b50899b590.tar.gz
bullet-a76c29ab6c63d383434d798df5c8c6b50899b590.tar.bz2
bullet-a76c29ab6c63d383434d798df5c8c6b50899b590.zip
Put a real example URL in the README for clarity
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 46102eb..2edfebd 100644
--- a/README.md
+++ b/README.md
@@ -75,7 +75,7 @@ a document.ready function like this:
``` js
$(document).ready(function(){
- var bullet = $.bullet(stream);
+ var bullet = $.bullet('ws://localhost/path/to/bullet/handler');
bullet.onopen = function(){
console.log('WebSocket: opened');
};