Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
javra authored Nov 12, 2023
1 parent b5e5cd7 commit 603cf07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Aegis

allows to verify Sierra programs in Lean 4.
A tool for the verification of Cairo code.

## Usage

Expand All @@ -20,7 +20,7 @@ aegis_prove "foo::foo::double" := fun _ a ρ => by
-- Check that we have verified all functions exported by the Sierra file, otherwise
-- print an error message listing the missing proofs
sierra_complete
aegis_complete
```

Further example usage can be found in `Aegis.Tests.Commands`.
Expand Down

0 comments on commit 603cf07

Please sign in to comment.