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

Commit ef5688e

Browse files
Nickthomichael-ciniawsky
authored andcommitted
docs(README): correct default value for digestType (hashes) (#239)
1 parent d965494 commit ef5688e

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
@@ -115,7 +115,7 @@ You can configure a custom filename template for your file using the query param
115115
|Name|Type|Default|Description|
116116
|:--:|:--:|:-----:|:----------|
117117
|**`hashType`**|`{String}`|`md5`|`sha1`, `md5`, `sha256`, `sha512`|
118-
|**`digestType`**|`{String}`|`base64`|`hex`, `base26`, `base32`, `base36`, `base49`, `base52`, `base58`, `base62`, `base64`|
118+
|**`digestType`**|`{String}`|`hex`|`hex`, `base26`, `base32`, `base36`, `base49`, `base52`, `base58`, `base62`, `base64`|
119119
|**`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.

0 commit comments

Comments
 (0)