X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=README.md;h=4fa7379003bbc8932fb54221f1c7a619d26317b3;hb=b071bd30e9464b1cf98fceead4508ee1e1b64544;hp=6971d2d7216ad57afc08e197dacbfff3fa950c30;hpb=121abd9f90647e602cfe79267431b40aac1296a6;p=squeep-totp diff --git a/README.md b/README.md index 6971d2d..4fa7379 100644 --- 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({