From eea52eff8f008332a7594f72a320484b7e9a17d8 Mon Sep 17 00:00:00 2001 From: Will Sewell Date: Mon, 18 Nov 2019 13:51:21 +0000 Subject: [PATCH] update version in the README --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 25adf9135..9e4fc3124 100644 --- a/README.md +++ b/README.md @@ -547,17 +547,17 @@ First, clone this repository and run `npm install && git submodule init && git s In the `dist/web` folder, you should see the files you need: `pusher.js`, `pusher.min.js`, `json2.js`, `json.min.js`, `sockjs.js` and `sockjs.min.js`. `pusher.js` should be built referencing your URLs as the dependency hosts. -First, make sure you expose all files from the `dist` directory. They need to be in a directory with named after the version number. For example, if you're hosting version 5.0.2 under `http://example.com/pusher-js` (and https for SSL), files should be accessible under following URL's: +First, make sure you expose all files from the `dist` directory. They need to be in a directory with named after the version number. For example, if you're hosting version 5.0.3 under `http://example.com/pusher-js` (and https for SSL), files should be accessible under following URL's: - http://example.com/pusher-js/5.0.2/pusher.js - http://example.com/pusher-js/5.0.2/json2.js - http://example.com/pusher-js/5.0.2/sockjs.js + http://example.com/pusher-js/5.0.3/pusher.js + http://example.com/pusher-js/5.0.3/json2.js + http://example.com/pusher-js/5.0.3/sockjs.js Minified files should have `.min` in their names, as in the `dist/web` directory: - http://example.com/pusher-js/5.0.2/pusher.min.js - http://example.com/pusher-js/5.0.2/json2.min.js - http://example.com/pusher-js/5.0.2/sockjs.min.js + http://example.com/pusher-js/5.0.3/pusher.min.js + http://example.com/pusher-js/5.0.3/json2.min.js + http://example.com/pusher-js/5.0.3/sockjs.min.js ## SockJS compatibility