We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6119e60 commit 581a6e8Copy full SHA for 581a6e8
README.md
@@ -30,7 +30,7 @@ composer require kristos80/password-generator
30
31
```php
32
use Kristos80\PasswordGenerator\PasswordGenerator;
33
-use Kristos80\PasswordGenerator\PasswordGeneratorFactory;
+use Kristos80\PasswordGenerator\PasswordGeneratorConfigFactory;
34
35
$config = PasswordGeneratorConfigFactory::safeDefault();
36
$password = (new PasswordGenerator())->generate($config);
0 commit comments