From cd3cce3a13daeba19057a4d5c3331e065f5f2794 Mon Sep 17 00:00:00 2001 From: "Jonathan H. Wage" Date: Wed, 29 Jun 2022 19:12:38 -0500 Subject: [PATCH] [doc] Fix typo in example AppBrowser use statement (#94) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26343f3..753ac3f 100644 --- a/README.md +++ b/README.md @@ -881,7 +881,7 @@ use Zenstruck\Browser\KernelBrowser; class AppBrowser extends KernelBrowser { - use Authentication; + use AuthenticationExtension; } ```