From d704bdf4c8f9a6a86ebad1776da3a6ae11c0e32f Mon Sep 17 00:00:00 2001 From: TimMikeladze Date: Sat, 16 Sep 2023 18:49:56 -0700 Subject: [PATCH] docs: update description --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7345c86..3ece2f6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 🐙 use-octokit -A data-fetching hook built on top of the [Octokit Client](https://github.com/octokit/rest.js) and [SWR](https://swr.vercel.app/) for interacting with the Github API. +A fully-typed data-fetching hook for the Github API. Built on top of [Octokit](https://github.com/octokit/rest.js) and [SWR](https://swr.vercel.app/). Use this hook inside a React component for a type-safe, data-fetching experience with caching, polling, and more. diff --git a/package.json b/package.json index d3d1420..30ed170 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "use-octokit", - "description": "A data-fetching hook built on top of the Octokit Client and SWR for interacting with the Github API. Use it inside a React component for a type-safe, data-fetching experience with caching, polling, and more.", + "description": "A fully-typed data-fetching hook for the Github API. Built on top of Octokit] and SWR. Use this hook inside a React component for a type-safe, data-fetching experience with caching, polling, and more.", "version": "0.0.1", "author": "Tim Mikeladze ", "license": "MIT",