diff --git a/test/README.md b/test/README.md index b2c03f3..cb2182d 100644 --- a/test/README.md +++ b/test/README.md @@ -23,8 +23,8 @@ token distribution while mimicking DAI's behaviour. ### Deploy new TestStableToken with proxy contract -This script deploys both the proxy and the TestStableToken implementation, initializing the proxy to point to the -new implementation. +This script deploys both the proxy and the TestStableToken implementation, initializing the proxy to point to the new +implementation. ```bash forge script script/DeployTokenWithProxy.s.sol:DeployTokenWithProxy --rpc-url $RPC_URL --private-key $PRIVATE_KEY --broadcast