From a41df8813f28136325b2ed15f51465fb9b2ee526 Mon Sep 17 00:00:00 2001 From: Peter Svensson Date: Sun, 7 Jul 2019 10:35:09 +0200 Subject: [PATCH] fixed bug in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56c73ad..812b8c7 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ output: An array of google cloud-storage File objects. If you take this output a {"files": array_of_File_obejcts} -The storage-read module will read all file contents and output an array of Buffer objects instead of the normal one. +The storage-read module will read all file contents and output an object of filename keyed Buffer objects instead of the normal one.