fixed readme, added clarifying comments to the source (#147)

This commit is contained in:
Kumar McMillan
2016-11-21 10:20:26 -06:00
committed by GitHub
parent e4eeac9504
commit dcdd025cb2
3 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
// This special eslint comment will declare that the named
// function has been "exported" into the global scope.
/* exported getUsefulContents */
function getUsefulContents(callback) {
callback('Hello World');