Skip to content

Commit

Permalink
Update model checker config docs to use relative paths. (#2364)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo authored Jul 18, 2022
1 parent 44f3a4b commit 7821c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ to the `[profile.default]` profile.

```toml
[profile.default.model_checker]
contracts = { '/path/to/project/src/Contract.sol' = [ 'Contract' ] }
contracts = { 'src/Contract.sol' = [ 'Contract' ] }
engine = 'chc'
timeout = 10000
targets = [ 'assert' ]
Expand Down

0 comments on commit 7821c5a

Please sign in to comment.