Skip to content

Commit 4efb71d

Browse files
authored
Update README.md
1 parent b5f9eda commit 4efb71d

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
@@ -45,7 +45,7 @@ Argument | Default value | Use
4545
`$issuer` | `null` | Will be displayed in the app as issuer name
4646
`$digits` | `6` | The number of digits the resulting codes will be
4747
`$period` | `30` | The number of seconds a code will be valid
48-
`$algorithm` | `sha1` | The algorithm used
48+
`$algorithm` | `sha1` | The algorithm used (one of `sha1`, `sha256`, `sha512`, `md5`)
4949
`$qrcodeprovider` | `null` | QR-code provider (more on this later)
5050
`$rngprovider` | `null` | Random Number Generator provider (more on this later)
5151
`$timeprovider` | `null` | Time provider (more on this later)

0 commit comments

Comments
 (0)