summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-06-03 12:45:15 +0200
committerLoïc Hoguin <[email protected]>2014-06-03 12:45:15 +0200
commit999f02f57c75edf7ddb5ed08b667ac6657418422 (patch)
treefd3cc8eb4918fb585dc82bea895181f66771d80e /README.md
parent2d64d092a5685664a5f69abb65be78cbbb11fe3f (diff)
parent148b6fe476e35e9e8db448d6dc73d57a3b23e800 (diff)
downloadbullet-999f02f57c75edf7ddb5ed08b667ac6657418422.tar.gz
bullet-999f02f57c75edf7ddb5ed08b667ac6657418422.tar.bz2
bullet-999f02f57c75edf7ddb5ed08b667ac6657418422.zip
Merge branch 'http_url_syntax' of git://github.com/fgallaire/bullet
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8822c68..e8ab736 100644
--- a/README.md
+++ b/README.md
@@ -114,9 +114,12 @@ $(document).ready(function(){
});
```
-Always use the WebSocket (ws:) form for your bullet URLs and Bullet
+Use the WebSocket (ws:) form for your bullet URLs and Bullet
will change the URL as needed for non-WebSocket transports.
+Use the standard (http:) form for your bullet URLs and Bullet
+will only try non-WebSocket transports.
+
The `$.bullet` function takes an optional second 'options' object.
The following properties are supported: