Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hviana committed Jun 4, 2020
1 parent 600ee3e commit 5e1c238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ Uploads will be in <b>context.uploadedFiles</b>;
<b>maxFileSizeBytes</b>: optional, max size in bytes for each file in form, default unlimited - Number.MAX_SAFE_INTEGER,
<b>saveFile</b>: optional, if false, the file will not be saved in the file system, and a temporary file generated by Deno std will returned in field 'tempfile'.
<b>saveFile</b>: optional, if false, the file will not be saved in the file system, and a temporary file generated by Deno std will returned in field 'tempfile', default true.
<b>readFile</b>: optional, if true, the file will be fully loaded on the ram and a Uint8Array will be returned in the 'data' field, default false.
Expand Down

0 comments on commit 5e1c238

Please sign in to comment.