Skip to content

Commit bcb4f08

Browse files
author
brucou
committed
chore(README):
1 parent 03fe56d commit bcb4f08

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

README.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
|Modelize your interface | Encode the graph | Run the generated machine! |
2+
|---|---|---|
3+
|![password submit fsm](assets/password%20submit%20fsm.png) |![password selector fsm transitions](assets/password%20selector%20transitions%20code.png)|![password selector](assets/password%20selector.png)
4+
5+
[![npm version](https://badge.fury.io/js/state-transducer.svg)](https://badge.fury.io/js/state-transducer)
6+
![](https://img.shields.io/bundlephobia/minzip/state-transducer.svg)
7+
![](https://img.shields.io/github/license/brucou/state-transducer.svg)
8+
![Contributions welcome](https://img.shields.io/badge/contributions-welcome-orange.svg)
9+
110
# Table of Contents
211
- [Features](#features)
312
- [A simple process](#a-simple-process)
@@ -31,11 +40,6 @@ function for tracing
3140
- **automatic test generation!** : write the machine, how to progress from one state to another,
3241
and let the computer generate hundreds of tests for you
3342

34-
# A simple process
35-
|Modelization | Implementation | Execution |
36-
|---|---|---|
37-
|![password submit fsm](assets/password%20submit%20fsm.png) |![password selector fsm transitions](assets/password%20selector%20transitions%20code.png)|![password selector](assets/password%20selector.png)
38-
3943
# Examples
4044
- [password meter component](https://codesandbox.io/s/73wy8jwk86)
4145
- [movie database search interface](https://codesandbox.io/s/mo2p97k7m8)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Extended Hierarchical State Transducer library",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/brucou"
8+
"url": "https://github.com/brucou/state-transducer"
99
},
1010
"keywords": [
1111
"state-machine",

0 commit comments

Comments
 (0)