From af4eb78242b1045524f95c0d8b7d6bba40d8066c Mon Sep 17 00:00:00 2001 From: Jeffrey Anthony Date: Sat, 4 Oct 2025 10:26:15 -0400 Subject: [PATCH] Update README.md | nifyswap => nifty correct minor mistype --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1104be0a..6c3a16ca 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 niftyswap exchanges for the tokens of a given ERC-1155 token conract and an ERC-1155 base currency. ## Security Review