Skip to content

Commit 5735836

Browse files
authored
Update README.md
1 parent b415ef9 commit 5735836

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ use PH7\Generator\Passcode;
3434
echo 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
3838
echo 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 -->

0 commit comments

Comments
 (0)