From 660ac094046244c637ea0ea7e1d881ac1243bf7b Mon Sep 17 00:00:00 2001 From: stubbsta Date: Tue, 26 Aug 2025 08:41:11 +0200 Subject: [PATCH] Fix linting --- test/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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