From 2506a1de229ba6f923ecdddcb584700df6a7c193 Mon Sep 17 00:00:00 2001 From: Rico Kahler Date: Mon, 16 Nov 2020 04:26:30 -0500 Subject: [PATCH] commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d795de9b..ea26847b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Writing one large query per page doesn't organize well. Asynchronous data fetchi Why can't static data queries be written closer to the component too? -`next-data-hooks` is a small and simple lib that lets you write React hooks for static data queries in next.js by lifting static props to React Context. +`next-data-hooks` is a small and simple lib that lets you write React hooks for static data queries in next.js by lifting static props into React Context. ## Installation