From 75ff33790368f3c5dbb018297e5f906852ed80b5 Mon Sep 17 00:00:00 2001 From: Matt Holt Date: Tue, 9 Sep 2014 15:17:07 -0600 Subject: [PATCH] Clarifying some Node functionality --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 279d469..2013ae0 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,10 @@ $ npm install babyparse Use it just like Papa Parse. However: -- Files are not supported; strings only +- Files are not supported; strings only (you can use Node's file facilities to load file contents yourself) - Some config options are unavailable: - worker - - download + - download (you can use Node's network facilities to download files yourself) - encoding - chunk