Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyshlyaev177 authored Nov 3, 2024
1 parent 8124091 commit 04d7663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ Share if it useful for you.
# Why use `state-in-url`?

Store any user state in query parameters; imagine JSON in a browser URL, while keeping types and structure of data.
Dead simple, fast, and with static Typescript validation. Deep links, aka URL syncronization, made easy.
Dead simple, fast, and with static Typescript validation. Deep links, aka URL synchronization, made easy.

Contains `useUrlState` hook for Next.js and react-router, and helpers for anything else on JS.
Since modern browsers support huge URLs and users don't care about query strings (it is a select all and copy/past workflow).

Time to use query string for state management, as it was originally intended.
This library does all mundate stuff for you.
This library does all mundane stuff for you.

# Use cases

Expand Down

0 comments on commit 04d7663

Please sign in to comment.