Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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

Expand Down