Skip to content

Commit

Permalink
Merge pull request #10 from IggsGrey/ReadmeFix
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
aalaap authored Nov 6, 2020
2 parents 3c588af + 57dd9fd commit d551a84
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 @@ -23,7 +23,7 @@ composer require aalaap/faker-youtube

```php
$faker = \Faker\Factory::create();
$faker->addProvider(new Faker\Provider\Youtube($faker));
$faker->addProvider(new \Faker\Provider\Youtube($faker));
```

```
Expand Down

0 comments on commit d551a84

Please sign in to comment.