From b068e0b49a7f0a2edec23c6937d0a765e183929a Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 29 Dec 2014 22:55:02 +0300 Subject: [PATCH] fixed a typo... Signed-off-by: Alex A. Naanou --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c4d1ff..77c7820 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ will provide the following functionality: * Call new handlers of the specified event with each of the prior event data sets in order of event occurrence. -* Add a `.clearGuaranteedQueue()` method to the emitter to facilitate +* Add a `.clearGuaranteedQueue()` method to the emitter to facilitate event cache cleaning. This is useful for modules like [glob](https://github.com/isaacs/node-glob)