add CI badge on README

This commit is contained in:
Marco Perone 2023-03-09 16:54:06 +01:00 committed by Marco Perone
parent 8d0714421f
commit e1bd0b3177

View File

@ -2,6 +2,8 @@
<img src="https://raw.githubusercontent.com/tweag/crem/main/logo/crem-transparent.png" width="200">
![CI status](https://github.com/tweag/crem/actions/workflows/ci.yml/badge.svg)
`crem` stands for **c**ompositional **r**epresentable **e**xecutable **m**achines.
It allows defining state machines (Mealy machines in fact), composing them to build bigger machines out of smaller ones and then running them and drawing their flow and their state space.