Skip to content

Commit

Permalink
Update compile.md
Browse files Browse the repository at this point in the history
  • Loading branch information
donatik27 authored Dec 5, 2024
1 parent 3e54310 commit abe7f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/userguides/compile.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ vyper = compilers.get_compiler("vyper", settings=settings["vyper"])
vyper.compile([Path("path/to/contract.vy")])
solidity = compilers.get_compiler("solidity", settings=settings["solidity"])
vyper.compile([Path("path/to/contract.sol")])
solidity.compile([Path("path/to/contract.sol")])
```

## Compile Source Code
Expand Down

0 comments on commit abe7f12

Please sign in to comment.