Skip to content

Commit

Permalink
Merge pull request #4644 from devmev10/patch-1
Browse files Browse the repository at this point in the history
Compile message output update
  • Loading branch information
fvictorio authored Dec 4, 2023
2 parents 1b52aef + 50e8cad commit 1467d2d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/src/content/tutorial/writing-and-compiling-contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ To compile the contract run `npx hardhat compile` in your terminal. The `compile

```
$ npx hardhat compile
Compiling 1 file with {RECOMMENDED_SOLC_VERSION}
Compilation finished successfully
Compiled 1 Solidity file successfully (evm target: paris).
```

The contract has been successfully compiled and it's ready to be used.

0 comments on commit 1467d2d

Please sign in to comment.