Skip to content
This repository was archived by the owner on Sep 1, 2023. It is now read-only.

Commit d705747

Browse files
Fix to use the forge command instead for Foundry install
1 parent 0968789 commit d705747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ See the [ExampleERC721](src/example/ExampleERC721.sol) and [ExampleERC1155](src/
122122
This package can be installed into a [Foundry](https://github.com/foundry-rs/foundry#installation) project with the following command
123123

124124
```bash
125-
foundry install ProjectOpenSea/operator-filter-registry
125+
forge install ProjectOpenSea/operator-filter-registry
126126
```
127127

128128
With default remappings provided by `forge remappings`, the default operator filterer can be imported into your project with the following statement

0 commit comments

Comments
 (0)