From a947644c5df2fab0714ff6d94d2a3128ace86c6d Mon Sep 17 00:00:00 2001 From: Rico Kahler Date: Mon, 7 Dec 2020 02:03:52 -0500 Subject: [PATCH] update description --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 15dabfaa..9a1f79b5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "next-data-hooks", "version": "0.2.0", - "description": "Co-located, static data hooks in next.js", + "description": "Use `getStaticProps` as react hooks", "private": true, "scripts": { "test": "jest",