Skip to content

Commit

Permalink
docs: Improve useFetch Description
Browse files Browse the repository at this point in the history
  • Loading branch information
vincecao committed Aug 7, 2022
1 parent cf4279e commit 65bf06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A group of reusable custom hooks for making react developer life easier.
| [usePromiseState][usePromiseState-link] | Retrieving data from a remote by a `promise` function and use it like `useState`. |
| [useTimeout][useTimeout-link] | Connecting `setTimeout` into React state world. |
| [useShuttle][useShuttle-link] | A hook returns a new shuttled list for each unique given array. |
| [useFetch][useFetch-link] | A convenient wrapper for `$fetch` function. |
| [useFetch][useFetch-link] | A convenient wrapper for `$fetch` function. React implementation of `useLazyFetch` from [Nuxt3](https://v3.nuxtjs.org/api/composables/use-lazy-fetch) API. |
## Installation

```bash
Expand Down

0 comments on commit 65bf06f

Please sign in to comment.