Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Mueller authored Jun 15, 2020
1 parent 921a547 commit a842ee0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ Run `sabre analyze <solidity-file> [contract-name]` to submit a smart contract f

### Custom property checking

To check specifically for assertion violations and print counter-examples for any violations found, run the following:

```
$ sabre check <solidity-file> [contract-name]
```

#### Example 1: Primality test

You're pretty sure that 973013 is a prime number. It ends with a "3" so why wouldn't it be??
Expand Down

0 comments on commit a842ee0

Please sign in to comment.