Skip to content

Commit cd3cce3

Browse files
authored
[doc] Fix typo in example AppBrowser use statement (#94)
1 parent 3858d04 commit cd3cce3

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
@@ -881,7 +881,7 @@ use Zenstruck\Browser\KernelBrowser;
881881

882882
class AppBrowser extends KernelBrowser
883883
{
884-
use Authentication;
884+
use AuthenticationExtension;
885885
}
886886
```
887887

0 commit comments

Comments
 (0)