From ad0a13a7d26a6506c305de80ff75f1008fbe82ba Mon Sep 17 00:00:00 2001 From: lws803 Date: Tue, 9 May 2023 22:54:05 -0400 Subject: [PATCH] updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5f591d..40e48be 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,6 @@ when the current route matches the route defined in the object. ```ts // Use this at the root of your Next.js application, _app.tsx for maximum effectiveness useWarmRoutes({ - "/": ["/articles/*", "/api/article"], + "/": ["/articles/*", "/api/articles"], }); ```