diff --git a/readme.md b/readme.md index 96dcc41..b16567b 100644 --- a/readme.md +++ b/readme.md @@ -79,7 +79,7 @@ client.updateChannel(4711, {field1: 7, field2: 6}, function(err, resp) { if (!err && resp > 0) { console.log('update successfully. Entry number was: ' + resp); } -}; +}); ``` ### Reading data @@ -109,4 +109,4 @@ client.listUserChannels(user, query, callback); - same as API-Method "Listing a The tests are using ```mocha```, ```should``` and ```sinon```. ## Licence -The licence is GPL v3 and the module is available at [Bitbucket](https://bitbucket.org/iwg/thingspeakclient_node) and [GitHub](https://github.com/imwebgefunden/thingspeakclient_node). \ No newline at end of file +The licence is GPL v3 and the module is available at [Bitbucket](https://bitbucket.org/iwg/thingspeakclient_node) and [GitHub](https://github.com/imwebgefunden/thingspeakclient_node).