diff --git a/README.md b/README.md index c9f480d..60093b1 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ require(["eventproxy"], function (EventProxy) { ```js var ep = new EventProxy(); -ep.all('tpl', 'data', function (tpl, data) { +ep.all('tpl', 'data', function (tpl, data) { // or ep.all(['tpl', 'data'], function (tpl, data) {}) // 在所有指定的事件触发后,将会被调用执行 // 参数对应各自的事件名 });