Skip to content

Commit

Permalink
README: typo fix (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre authored Apr 27, 2021
1 parent 4f76ce5 commit 1e88b9c
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 @@ -153,7 +153,7 @@ See the implementation of the [Ethers](https://github.com/spectrexyz/use-nft/blo
### FetchWrapper
`FetchWrapper` is a class that allows to use the library with other frontend libraries than React, or with NodeJS. Unline the `useNft()` hook, `FetchWrapper#fetchNft()` does not retry, cache, or do anything else than attempting to fetch the NFT data once.
`FetchWrapper` is a class that allows to use the library with other frontend libraries than React, or with NodeJS. Unlike the `useNft()` hook, `FetchWrapper#fetchNft()` does not retry, cache, or do anything else than attempting to fetch the NFT data once.
```js
import { FetchWrapper } from "use-nft"
Expand Down

0 comments on commit 1e88b9c

Please sign in to comment.