Skip to content

Commit

Permalink
fix in demo code
Browse files Browse the repository at this point in the history
  • Loading branch information
goeddea committed Jun 30, 2017
1 parent 7f23dd1 commit 10797c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -43,8 +43,6 @@ try {
// for browsers (where AutobahnJS is available globally)
}

var autobahn = require('autobahn');

var connection = new autobahn.Connection({url: 'ws://127.0.0.1:9000/', realm: 'realm1'});

connection.onopen = function (session) {
Expand Down

0 comments on commit 10797c7

Please sign in to comment.