From ff105ab5cc2fc2106e9c7ccd9b24266f15c02b56 Mon Sep 17 00:00:00 2001 From: Matt Rubin Date: Thu, 9 Feb 2017 16:31:58 -0500 Subject: [PATCH] Fix a typo in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f3cf0ba..62ea3e3c 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ if let token = Token(url: url) { To create a generator and a token from user input: -> This example assumes the user provides the secret as a Bas32-encoded string. To use the decoding function seen below, add `import Base32` to the top of your Swift file. +> This example assumes the user provides the secret as a Base32-encoded string. To use the decoding function seen below, add `import Base32` to the top of your Swift file. ````swift let name = "..."