diff --git a/README.md b/README.md index d860da4ca0..1374a285c9 100644 --- a/README.md +++ b/README.md @@ -970,7 +970,7 @@ If you want to stick all your JavaScript inside templates, then in `layout.jade` your main template file, add this to `head` block. ```jade -script(src='/socket.io/socket.io.js?v=#{cacheBuster}') +script(src='/socket.io/socket.io.js') script. var socket = io.connect(window.location.href); socket.on('greet', function (data) {