Skip to content

Commit

Permalink
docs: update description
Browse files Browse the repository at this point in the history
  • Loading branch information
TimMikeladze committed Sep 17, 2023
1 parent fbf228c commit d704bdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <tim.mikeladze@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit d704bdf

Please sign in to comment.