We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f23dd1 commit 10797c7Copy full SHA for 10797c7
README.md
@@ -43,8 +43,6 @@ try {
43
// for browsers (where AutobahnJS is available globally)
44
}
45
46
-var autobahn = require('autobahn');
47
-
48
var connection = new autobahn.Connection({url: 'ws://127.0.0.1:9000/', realm: 'realm1'});
49
50
connection.onopen = function (session) {
0 commit comments