fixed bug in readme

This commit is contained in:
Peter Svensson
2019-07-07 10:35:09 +02:00
parent 20bbb3c8ef
commit a41df8813f

View File

@ -154,7 +154,7 @@ output: An array of google cloud-storage File objects. If you take this output a
{"files": array_of_File_obejcts} {"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.