Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Cap32 committed Nov 11, 2017
1 parent 54f2da2 commit d745482
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ import { Client } from 'promise-ws';
/* do something... */
return 'chris';
});
console.log('res:', res); /* res: chris' */
console.log('res:', res); /* res: chris */
}
catch (err) {
if (err.message === 'CLOSE') { console.error('server closed'); }
Expand Down Expand Up @@ -265,7 +265,7 @@ import { Client } from 'promise-ws';
/* do something... */
return 'chris';
});
console.log('res:', res); /* res: chris' */
console.log('res:', res); /* res: chris */
}
catch (err) {
console.error(err);
Expand Down

0 comments on commit d745482

Please sign in to comment.