From bbeb2a59baeddd7b64e979e35ed0bdc747a1c543 Mon Sep 17 00:00:00 2001 From: Jeffrey Anthony Date: Sat, 4 Oct 2025 09:37:55 -0400 Subject: [PATCH] Update README.md | conract => contract correct minor mistype --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1104be0a..bb110eb0 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ There are pros and cons to these differences and we welcome you to discuss these ## Contracts * [NiftyswapExchange.sol](https://github.com/0xsequence/niftyswap/blob/master/src/contracts/exchange/NiftyswapExchange.sol): The exchange contract that handles the logic for exchanging assets for a given base token. -* [NiftyswapFactory.sol](https://github.com/0xsequence/niftyswap/blob/master/src/contracts/exchange/NiftyswapFactory.sol): The exchange factory that allows the creation of nifyswap exchanges for the tokens of a given ERC-1155 token conract and an ERC-1155 base currency. +* [NiftyswapFactory.sol](https://github.com/0xsequence/niftyswap/blob/master/src/contracts/exchange/NiftyswapFactory.sol): The exchange factory that allows the creation of nifyswap exchanges for the tokens of a given ERC-1155 token contract and an ERC-1155 base currency. ## Security Review