From 51f7c491c61e412eaeef079f66ee7f4c227319ec Mon Sep 17 00:00:00 2001 From: Francois Best Date: Mon, 1 Jan 2024 11:42:30 +0000 Subject: [PATCH] fix: Rename package in install --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b899aa6e..1e1f48a9 100644 --- a/README.md +++ b/README.md @@ -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?