Skip to content

Commit

Permalink
Fix capitalization error in "Development with Tilt" section (#271)
Browse files Browse the repository at this point in the history
* Fix capitalization error in "Development with Tilt" section

* Update README.md

---------

Co-authored-by: guibescos <59208140+guibescos@users.noreply.github.com>
  • Loading branch information
0xsimka and guibescos authored Dec 2, 2024
1 parent c8bff54 commit 6924712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6924712

Please sign in to comment.