From 53a184f85cecf02f717fa06c9e6ef73911e34522 Mon Sep 17 00:00:00 2001 From: Rob Janssen Date: Thu, 19 Nov 2015 21:35:51 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b4d0d9..2e0b232 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ When outputting a QR-code you can choose a `$label` for the user (which, when en ### Step 2: Verify secret shared key -When the code is added to the app, the app will be ready to start generating codes which 'expire' each '`$period`' number of seconds. To make sure the code was entered, or scanned, correctly you need to verify this by having the user enter a generated code. To check if the generated code is valid you call the `verifyCode()` method: +When the code is added to the app, the app will be ready to start generating codes which 'expire' each '`$period`' number of seconds. To make sure the secret was entered, or scanned, correctly you need to verify this by having the user enter a generated code. To check if the generated code is valid you call the `verifyCode()` method: ````php // Verify code