From 7e935e15edc6117c88daa9f25a87f5bf575e5e89 Mon Sep 17 00:00:00 2001 From: sharpfog Date: Wed, 10 Oct 2012 11:13:10 -0700 Subject: [PATCH] fixed typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8d5bc0..3d18c93 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Done provides asynchronous file system helpers (with completion callbacks) for c 2. Done helpers accept a completion function that is called after the entire operation is "done". 3. Most done helpers accept an iterator function that is called per each item. -## Instalation +## Installation Done is available via npm: ```