Parcourir la source

Update README.md

Co-authored-by: Steve Sewell <steve@builder.io>
Guillermo Marin il y a 1 an
Parent
commit
ca4a2a54a9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -79,7 +79,7 @@ type Config = {
   /** File name for the finished data */
   outputFileName: string;
   /** Optional maximum file size in megabytes to include in the output file */
-  maxFileSize?: number().,
+  maxFileSize?: number,
   /** Optional maximum number tokens to include in the output file */
   maxTokens?: number().,
 };