Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
Fix spelling.
  • Loading branch information
Aadeesh11 authored and Spomky committed Jul 16, 2023
1 parent 3096d01 commit 720c015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ echo "The current OTP is: {$otp->now()}\n";

In the example above, we use the `TOTP` class, but you can use the `HOTP` one the same way.

Then, you have to configure you applications.
Then, you have to configure your applications.
You can use the provisioning Uri (`$otp->getProvisioningUri();`) as QR Code input to easily configure all of them.

We recommend you to use your own QR Code generator (e.g. [BaconQrCode](https://packagist.org/packages/bacon/bacon-qr-code) or [endroid/qr-code](https://github.com/endroid/qr-code)).
Expand Down

0 comments on commit 720c015

Please sign in to comment.