From 730eb5407b3425995b3b42aef381d0e0aed951cb Mon Sep 17 00:00:00 2001 From: spengrah Date: Mon, 14 Aug 2023 20:32:10 -0500 Subject: [PATCH] fix readme formatting --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index afcdb5f..42c943b 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ This repo uses Foundry for development and testing. To get started: 1. Fork the project 2. Install [Foundry](https://book.getfoundry.sh/getting-started/installation) 3. To install dependencies, run `forge install` -3. To compile the contracts, run `forge build` -4. To test, run `forge test` +4. To compile the contracts, run `forge build` +5. To test, run `forge test` ### IR-Optimized Builds @@ -23,4 +23,3 @@ First, we compile the target contract(s) via IR by running`FOUNDRY_PROFILE=optim Next, ensure that tests are using the `DeployOptimized` script, and run `forge test` as normal. See the wonderful [Seaport repo](https://github.com/ProjectOpenSea/seaport/blob/main/README.md#foundry-tests) for more details and options for this approach. -