diff --git a/README.md b/README.md index b428251..5d8794a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ +|Modelize your interface | Encode the graph | Run the generated machine! | +|---|---|---| +|![password submit fsm](assets/password%20submit%20fsm.png) |![password selector fsm transitions](assets/password%20selector%20transitions%20code.png)|![password selector](assets/password%20selector.png) + +[![npm version](https://badge.fury.io/js/state-transducer.svg)](https://badge.fury.io/js/state-transducer) +![](https://img.shields.io/bundlephobia/minzip/state-transducer.svg) +![](https://img.shields.io/github/license/brucou/state-transducer.svg) +![Contributions welcome](https://img.shields.io/badge/contributions-welcome-orange.svg) + # Table of Contents - [Features](#features) - [A simple process](#a-simple-process) @@ -31,11 +40,6 @@ function for tracing - **automatic test generation!** : write the machine, how to progress from one state to another, and let the computer generate hundreds of tests for you -# A simple process -|Modelization | Implementation | Execution | -|---|---|---| -|![password submit fsm](assets/password%20submit%20fsm.png) |![password selector fsm transitions](assets/password%20selector%20transitions%20code.png)|![password selector](assets/password%20selector.png) - # Examples - [password meter component](https://codesandbox.io/s/73wy8jwk86) - [movie database search interface](https://codesandbox.io/s/mo2p97k7m8) diff --git a/package.json b/package.json index 9645dab..f512642 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "Extended Hierarchical State Transducer library", "repository": { "type": "git", - "url": "https://github.com/brucou" + "url": "https://github.com/brucou/state-transducer" }, "keywords": [ "state-machine",