From 208a4b78ec9c2be523c84eba5927b1f410b8a305 Mon Sep 17 00:00:00 2001 From: orthographic-pedant Date: Wed, 7 Oct 2015 17:46:13 -0400 Subject: [PATCH] Fix typographical error(s) Changed conected to connected in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b2a579..407135c 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ How to use weasel Weasel.subscribe('user/chat', function(params){ - console.log('Called by another conected client:' +params.message); + console.log('Called by another connected client:' +params.message); }) Weasel.ready(function() { Weasel.command('user/chat', {message: 'test'}, function(params) {