Skip to content

Commit

Permalink
[doc] Add missing semicolon to example code
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecki committed Jun 26, 2012
1 parent 27dcfaf commit c7e2a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -31,7 +31,7 @@ exports.attach = function (options) {


this.hello = function (world) { this.hello = function (world) {
console.log("Hello "+ world + options.delimiter || "."); console.log("Hello "+ world + options.delimiter || ".");
} };


}; };


Expand Down

0 comments on commit c7e2a1c

Please sign in to comment.