Skip to content

Commit

Permalink
Merge pull request #4 from xilent/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
veeqtoh authored Jul 9, 2024
2 parents 7d52003 + 14f14ae commit bf0104b
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 @@ -117,7 +117,7 @@ $validators = [
];

// Generate a secure n-digit code.
$codeGenerator = new CodeGenerator();
$codeGenerator = new CodeGenerator($validators);
$secureCode = $codeGenerator->generate();

echo "Generated code: $code";
Expand Down

0 comments on commit bf0104b

Please sign in to comment.