From 9ebe1a3c4e217769494bdbe936107c4a12d425b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ramirez=20Vargas=2C=20Jos=C3=A9=20Pablo?= Date: Sun, 7 Sep 2025 12:28:53 -0600 Subject: [PATCH] docs: Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd40688..23c79d2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ > **📝 Small and Unique!** > -> + Less than **1,200** lines of code, including TypeScript typing. +> + Less than **1,250** lines of code, including TypeScript typing. > + Always-on path and hash routing. Simultaneous and independent routing modes. > + The router that invented multi hash routing. @@ -121,7 +121,7 @@ location.goTo('/'); For applications that also run in the browser, condition the navigation to Electron only. See the [Electron page](https://wjfe-n-savant.hashnode.space/wjfe-n-savant/introduction/electron-support) online for more details. -> **⚠️ Important:** Hash routing doesn't require this extra step. +> **⚠️ Important:** Hash routing doesn't require this extra navigation step. ### Define the Routes