From 2d784cb64ab631134e7c2b9f6071e5fbf2174ea3 Mon Sep 17 00:00:00 2001 From: Luke Morales Date: Mon, 5 Feb 2024 12:51:52 -0300 Subject: [PATCH] docs: change wording to remove confusion --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 396757c..affbc77 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ npm install next-safe-navigation ## ⚡ Quick start > [!WARNING] -> Ensure `experimental.typedRoutes` is not enabled in `next.config.js` +> Ensure `experimental.typedRoutes` is disabled in `next.config.js` ### Declare your application routes and parameters in a single place ```ts