Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ OpenZeppelin Contracts features a [stable API](https://docs.openzeppelin.com/con
```
$ forge install OpenZeppelin/openzeppelin-contracts
```
Note: Only while working with Foundry

Head to foundry.toml and add the below line
```
remappings = ["@openzeppelin/=lib/openzeppelin-contracts/"]
```

### Usage

Expand Down