From 69247127250f793ee85f766c3fcd05c075d2dbe1 Mon Sep 17 00:00:00 2001 From: Simka <0xsimka@gmail.com> Date: Mon, 2 Dec 2024 16:42:59 +0300 Subject: [PATCH] Fix capitalization error in "Development with Tilt" section (#271) * Fix capitalization error in "Development with Tilt" section * Update README.md --------- Co-authored-by: guibescos <59208140+guibescos@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f281590..6e522033 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Note that for the Solana CLI, you may need to alter your terminal's `PATH` varia Run `tilt up` in the root of the repo to start the development environment. Make sure you installed and build all of the dependencies. Most of them will be installed using `pnpm install` and `pnpm -r build` commands in the project root. You can access the ui at `http://localhost:10350/`. -Here is what tilt up does in order: +Here is what `tilt up` does in order: 1. [EVM] Starts `anvil`: local EVM chain to test the contracts with 2. [EVM] Deploy express relay contracts