diff --git a/README.md b/README.md index ab3dfab..4d5663a 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ TIMER_DEINIT(name); 3. **添加和删除定时任务**: ``` -TIMER_ADD(name, itimespec, repeat, cb, data); +TIMER_ADD(name, itimespec, repeat, cb, data, rb); TIMER_DEL(name, timerfd); ```