From 148b6fe476e35e9e8db448d6dc73d57a3b23e800 Mon Sep 17 00:00:00 2001 From: Florent Gallaire Date: Mon, 11 Nov 2013 02:16:50 +0100 Subject: DRY url.replace(). Automatically disable WebSocket when the URL begins with 'http'. Update the README with the new 'http' url syntax. Update the clock example with the new 'http' url syntax. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.md') 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: -- cgit v1.2.3