Skip to content

Commit 618f569

Browse files
committed
Fix directory name in installation instructions in README.md
1 parent 13c80cd commit 618f569

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ $ forge script script/DeployProxy.s.sol:UpgradeProxyScript --rpc-url $RPC_URL --
224224
```bash
225225
# Install
226226
git clone https://github.com/oumaoumag/ProxyContractImplementation.git
227-
cd proxy-contract-implementation
227+
cd ProxyContractImplementation
228228
forge install
229229

230230
# Build and test

0 commit comments

Comments
 (0)