Skip to content

Commit f1c0f63

Browse files
committed
feat: update readme
1 parent 3b197eb commit f1c0f63

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,16 @@ npm install erc-payable-token
3737
### Foundry
3838

3939
```bash
40+
forge install OpenZeppelin/openzeppelin-contracts
4041
forge install vittominacori/erc1363-payable-token
4142
```
4243

43-
Add `erc-payable-token/contracts/=lib/erc1363-payable-token/contracts/` in `remappings.txt`.
44+
Add the below in `remappings.txt`:
45+
46+
```bash
47+
@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/
48+
erc-payable-token/contracts/=lib/erc1363-payable-token/contracts/
49+
```
4450

4551
## Usage
4652

0 commit comments

Comments
 (0)