From 1e88b9c63ad4ef7edb2ba68d440849495c2fbe4c Mon Sep 17 00:00:00 2001 From: Pierre Bertet Date: Tue, 27 Apr 2021 17:31:09 +0100 Subject: [PATCH] README: typo fix (#52) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d539e1..2c29631 100644 --- a/README.md +++ b/README.md @@ -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"