Skip to content

Commit abef903

Browse files
committed
update content
1 parent 8fc8540 commit abef903

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/espace/tutorials/upgradableContract/uups-foundry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ tags: [Tutorial, Upgradeable Contracts]
2121
1. Create a new Foundry project:
2222

2323
```bash
24-
forge init uups-proxy-demo
25-
cd uups-proxy-demo
24+
forge init uups-proxy-foundry-demo
25+
cd uups-proxy-foundry-demo
2626
```
2727

2828
2. Install OpenZeppelin contracts:

0 commit comments

Comments
 (0)