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: diff --git a/examples/clock/src/toppage_handler.erl b/examples/clock/src/toppage_handler.erl index 71512d3..be52be2 100644 --- a/examples/clock/src/toppage_handler.erl +++ b/examples/clock/src/toppage_handler.erl @@ -24,6 +24,10 @@ handle(Req, State) -> Current time (best source): unknown unknown
++ Current time (best source non-websocket): unknown + unknown +
Current time (websocket only): unknown unknown @@ -44,10 +48,10 @@ handle(Req, State) ->