Skip to content

Commit 10797c7

Browse files
authored
fix in demo code
1 parent 7f23dd1 commit 10797c7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ try {
4343
// for browsers (where AutobahnJS is available globally)
4444
}
4545

46-
var autobahn = require('autobahn');
47-
4846
var connection = new autobahn.Connection({url: 'ws://127.0.0.1:9000/', realm: 'realm1'});
4947

5048
connection.onopen = function (session) {

0 commit comments

Comments
 (0)