Skip to content

Commit

Permalink
[doc] Fix typo in example AppBrowser use statement (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwage authored Jun 30, 2022
1 parent 3858d04 commit cd3cce3
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 @@ -881,7 +881,7 @@ use Zenstruck\Browser\KernelBrowser;

class AppBrowser extends KernelBrowser
{
use Authentication;
use AuthenticationExtension;
}
```

Expand Down

0 comments on commit cd3cce3

Please sign in to comment.