Skip to content

Commit

Permalink
fix: Rename package in install
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Jan 1, 2024
1 parent d4127f3 commit 51f7c49
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@ useQueryState hook for Next.js - Like React.useState, but stored in the URL quer
## Installation

```shell
pnpm add next-usequerystate
pnpm add nuqs
```

```shell
yarn add next-usequerystate
yarn add nuqs
```

```shell
npm install next-usequerystate
npm install nuqs
```

> Note: the package is moving to a new name: `nuqs` :tada:
>
> The 1.x versions will be available under both names, but 2.x onwards will
> only be published under `nuqs`.
> The 1.x versions will also be available under `next-usequerystate`,
> but 2.x onwards will only be published under `nuqs`.
### Which version should I use?

Expand Down

0 comments on commit 51f7c49

Please sign in to comment.