Skip to content

Commit ca4a2a5

Browse files
Update README.md
Co-authored-by: Steve Sewell <[email protected]>
1 parent 05d497f commit ca4a2a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ type Config = {
7979
/** File name for the finished data */
8080
outputFileName: string;
8181
/** Optional maximum file size in megabytes to include in the output file */
82-
maxFileSize?: number().,
82+
maxFileSize?: number,
8383
/** Optional maximum number tokens to include in the output file */
8484
maxTokens?: number().,
8585
};

0 commit comments

Comments
 (0)