From 6ab99bb5d72d0c9f9e2280d0c41faebc9eb16551 Mon Sep 17 00:00:00 2001 From: Martin Anderson Date: Sun, 14 Jan 2024 16:22:44 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6e3826..6973b49 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ dependencies: Use `usePathUrlStrategy()` to ensure that Google recognizes each URL as a distinct page. Failure to do so may result in Google perceiving all URLs as the same page. For additional details, refer to [this video](https://www.youtube.com/watch?v=vow-m6R-YHo). -``` +```dart void main() { usePathUrlStrategy(); runApp(App());