Skip to content

Commit 49ae6b8

Browse files
authored
Update README.md
1 parent 2a0d197 commit 49ae6b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ composer require kristos80/password-generator
3232
use Kristos80\PasswordGenerator\PasswordGenerator;
3333
use Kristos80\PasswordGenerator\PasswordGeneratorFactory;
3434

35-
$config = PasswordGeneratorFactory::safeDefault();
35+
$config = PasswordGeneratorConfigFactory::safeDefault();
3636
$password = (new PasswordGenerator())->generate($config);
3737

3838
echo $password;

0 commit comments

Comments
 (0)