diff --git a/lib/nimble_totp.ex b/lib/nimble_totp.ex index dd1d63d..a206969 100644 --- a/lib/nimble_totp.ex +++ b/lib/nimble_totp.ex @@ -154,7 +154,7 @@ defmodule NimbleTOTP do * :period - The period (in seconds) in which the code is valid. Default is `30`. ## Examples - + secret = Base.decode32!("PTEPUGZ7DUWTBGMW4WLKB6U63MGKKMCA") NimbleTOTP.verification_code(secret) #=> "569777"