Skip to content

Commit

Permalink
fix example ES5class 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pocesar committed Aug 19, 2014
1 parent 99e19e4 commit e6342f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/stream-server.js
@@ -1,7 +1,7 @@
var rpc = require('../src/jsonrpc');
var events = require('events');

var server = rpc.Server.create();
var server = rpc.Server.$create();

server.on('error', function (err){
console.log(err.toString());
Expand Down

0 comments on commit e6342f2

Please sign in to comment.