From 4efb71d0ba7c2e27d26dfa4ef21e21d2a1766560 Mon Sep 17 00:00:00 2001 From: Rob Janssen Date: Mon, 2 Nov 2020 15:17:00 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65816e4..10a18c5 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Argument | Default value | Use `$issuer` | `null` | Will be displayed in the app as issuer name `$digits` | `6` | The number of digits the resulting codes will be `$period` | `30` | The number of seconds a code will be valid -`$algorithm` | `sha1` | The algorithm used +`$algorithm` | `sha1` | The algorithm used (one of `sha1`, `sha256`, `sha512`, `md5`) `$qrcodeprovider` | `null` | QR-code provider (more on this later) `$rngprovider` | `null` | Random Number Generator provider (more on this later) `$timeprovider` | `null` | Time provider (more on this later)