Skip to content

Commit

Permalink
docs(readme) fix key type description
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenjennings authored Jul 6, 2020
1 parent 22eea04 commit 7395c85
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 @@ -118,7 +118,7 @@ const { data, error, isValidating, revalidate } = useSWRV(key, fetcher, options)

| Param | Required | Description |
| --------- | -------- | ----------------------------------------------------------------------------------- |
| `key` | yes | a unique key string for the request (or a function / array / null) (advanced usage) |
| `key` | yes | a unique key string for the request (or a watcher function / null) (advanced usage) |
| `fetcher` | | a Promise returning function to fetch your data (details) |
| `options` | | an object of configuration options |

Expand Down

0 comments on commit 7395c85

Please sign in to comment.