Skip to content

Commit

Permalink
docs: update getQRCodeURL incorrect parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
shiwildy authored Nov 2, 2024
1 parent 6158b6c commit d173fed
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 @@ -33,7 +33,7 @@ composer require shiwildy/phptotp
}

// Generate TOTP Link
$qrcodelink = $phptotp->getQRCodeUrl("MyApp", "[email protected]", $secret);
$qrcodelink = $phptotp->getQRCodeUrl("[email protected]", "MyApp", $secret);
echo "Importable Link for QR: " . $qrcodelink . PHP_EOL;
?>
```
Expand Down

0 comments on commit d173fed

Please sign in to comment.