bump package version to 1.1.5
[squeep-totp] / README.md
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({