Update README.md

This commit is contained in:
Rob Janssen
2015-11-19 21:35:51 +01:00
parent c3c762a8f3
commit 53a184f85c
+1 -1
View File
@@ -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