minor doc typo fix
authorJustin Wind <justin.wind+git@gmail.com>
Fri, 15 Mar 2024 00:34:19 +0000 (17:34 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Fri, 15 Mar 2024 00:34:19 +0000 (17:34 -0700)
.gitignore
README.md

index 577acc0903f8367c7d2f67ecd3e4845fd305f2b1..fd91d0733b86795141ae7107fab1db2ec7897b1a 100644 (file)
@@ -2,3 +2,4 @@ node_modules
 .vscode
 .nyc_output
 coverage
+_*
index 6971d2d7216ad57afc08e197dacbfff3fa950c30..4fa7379003bbc8932fb54221f1c7a619d26317b3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ const key = await TOTP.createKey(); // defaults create a hex-encoded sha1 key
 const {
   secret, // key encoded as base32
   uri, // key and metadata encoded as an otpauth URI
-  svg, // otpauthg URI encoded as QR code
+  svg, // otpauth URI encoded as QR code
 } = TOTP.createKeySVG({ accountname: 'test@example.com', issuer: 'Squeep', }, key, 'hex');
 
 const totp = new TOTP({