From 5cc86a67ae9ee66cd91d9ea6fd1ff9eb9b8428c9 Mon Sep 17 00:00:00 2001 From: Pavel Kolesnikov Date: Sun, 5 Sep 2010 12:27:39 +0200 Subject: [PATCH] tested with node 0.2.0 + should work with others --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ebd930..b470dc5 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Event based CSV parser and writer for Node.js suitable for processing large CSV npm install ya-csv -Current version requires at least Node.js v0.1.99 and it's tested with Node.js v0.1.100 and v0.2.0. +Current version requires at least Node.js v0.1.99 and it's tested with Node.js v0.1.100 and v0.2.0. Hope it works with the other version in between too. ## Features