Skip to content

Commit

Permalink
Fix a typo in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrubin committed Feb 9, 2017
1 parent 07e5107 commit ff105ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "..."
Expand Down

0 comments on commit ff105ab

Please sign in to comment.