Skip to content

Commit

Permalink
fix: changed incorrect symbol (#72)
Browse files Browse the repository at this point in the history
# What 💻 
* Fixed incorrect dash in the foundry command

# Why ✋
* Reason why first thing was added to PR
* Reason why second thing was added to PR
* Reason why third thing was added to PR

# Evidence 📷

![image](https://github.com/matter-labs/zksync-docs/assets/112873874/272886d1-bbac-4899-86eb-626dc897cde5)


<!-- All sections below are optional. You can uncomment any section
applicable to your Pull Request. -->

<!-- # Notes 📝
* Any notes/thoughts that the reviewers should know prior to reviewing
the code? -->
  • Loading branch information
amelnytskyi authored May 17, 2024
1 parent 4406f7c commit 23bc172
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ For this particular guide we are making use of `zksolc`.
To compile the contracts in the project, run the following command:

```bash
forge build --zksync -use=0.8.24
forge build --zksync --use=0.8.24
```

Upon successful compilation, you'll receive output detailing the
Expand Down

0 comments on commit 23bc172

Please sign in to comment.