diff --git a/AsyncFunction.md b/AsyncFunction.md index a165f10..c8c0d1f 100644 --- a/AsyncFunction.md +++ b/AsyncFunction.md @@ -27,7 +27,7 @@ var STD = require("lib/std"); function onShoutcut(args) { [5, 4, 3, 2, 1].forEach(function(x) { - new AsyncFunction('sub_01', 'mymodule').run(x); + new AsyncFunction('sub_01', '[module name]').run(x); }); }