Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Commit 0c4cdc2

Browse files
sheerunmichael-ciniawsky
authored andcommittedNov 30, 2017
docs(README): correct the default value for [hash:<length>] (#230)
1 parent 52c882e commit 0c4cdc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ You can configure a custom filename template for your file using the query param
116116
|:--:|:--:|:-----:|:----------|
117117
|**`hashType`**|`{String}`|`md5`|`sha1`, `md5`, `sha256`, `sha512`|
118118
|**`digestType`**|`{String}`|`base64`|`hex`, `base26`, `base32`, `base36`, `base49`, `base52`, `base58`, `base62`, `base64`|
119-
|**`length`**|`{Number}`|`8`|The length in chars|
119+
|**`length`**|`{Number}`|`9999`|The length in chars|
120120

121121
By default, the path and name you specify will output the file in that same directory and will also use that same URL path to access the file.
122122

0 commit comments

Comments
 (0)
This repository has been archived.