Skip to content

Commit

Permalink
Merge pull request fzaninotto#1614 from samnela/fix-readme
Browse files Browse the repository at this point in the history
Suggest PSR-4 compliant autoloader in comment
  • Loading branch information
fzaninotto authored Apr 1, 2019
2 parents dc68be0 + e2503a1 commit 825a16c
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 @@ -57,7 +57,7 @@ Use `Faker\Factory::create()` to create and initialize a faker generator, which
<?php
// require the Faker autoloader
require_once '/path/to/Faker/src/autoload.php';
// alternatively, use another PSR-0 compliant autoloader (like the Symfony2 ClassLoader for instance)
// alternatively, use another PSR-4 compliant autoloader

// use the factory to create a Faker\Generator instance
$faker = Faker\Factory::create();
Expand Down

0 comments on commit 825a16c

Please sign in to comment.