Skip to content

Commit

Permalink
Add conclusion text to Getting Started
Browse files Browse the repository at this point in the history
  • Loading branch information
bugarela committed Jul 1, 2024
1 parent 11782b1 commit bceadc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/pages/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,5 @@ quint verify bank.qnt --invariant=no_negatives

This will verify all possible executions of up to 10 steps. We can be confident that we fixed the issue after seeing the `[ok]` result from the `verify` command.
</Steps>

That's it! Now that you have the tools and know the workflow, you might want to learn how to write your own specs! Check out the Quint [Lessons](/docs/lessons) and [Examples ↗](https://github.com/informalsystems/quint/tree/main/examples).

0 comments on commit bceadc7

Please sign in to comment.