summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Enzmann <christoph.enzmann@confer.ch>2013-12-06 17:02:20 +0100
committerChristoph Enzmann <christoph.enzmann@confer.ch>2013-12-06 17:02:20 +0100
commit57f740845da867fc270d9b185508bc5761aa7d45 (patch)
tree7a1e6519b0ba9d3b766c6c1be0e78416e7799f2f
parent7619a09547564572e5a23a6022bdbc93a36fcebe (diff)
downloadTwoStepsAuthenticator-57f740845da867fc270d9b185508bc5761aa7d45.zip
TwoStepsAuthenticator-57f740845da867fc270d9b185508bc5761aa7d45.tar.gz
TwoStepsAuthenticator-57f740845da867fc270d9b185508bc5761aa7d45.tar.bz2
Fix typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6cd697b..d53e4c2 100644
--- a/README.md
+++ b/README.md
@@ -35,4 +35,4 @@ var authenticator = new TwoStepsAuthenticator.TimeAuthenticator();
bool isok = authenticator.CheckCode(secret, code);
</code></pre>
-Every time-based code should only be used once. A build in mechanism ensures that. If you want to control this check by your self you can pass in an instance of IUsedCodesManager.
+Every time-based code should only be used once. A built-in mechanism ensures that. If you want to control this check by your self you can pass in an instance of IUsedCodesManager.