File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ use PH7\Generator\Passcode;
3434echo Passcode::generate();
3535
3636
37- // You can use the public constant `Passcode::DEFAULT_LENGTH` which is 6 as the default value
37+ // You can use the public `Passcode::DEFAULT_LENGTH` const, whcih also gives a 6-length passcode
3838echo Passcode::generate(Passcode::DEFAULT_LENGTH);
3939````
4040
@@ -81,7 +81,7 @@ echo Password::generate(Password::DEFAULT_LENGTH);
8181
8282## ⚖️ License
8383
84- **PHP Passcode Generator** is generously distributed under the *[MIT](https://opensource.org/licenses/MIT)*.
84+ **PHP Passcode/Password Generator** is generously distributed under the *[MIT](https://opensource.org/licenses/MIT)* 🎉
8585
8686
8787<!-- GitHub's Markdown reference links -->
You can’t perform that action at this time.
0 commit comments