Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaswmin authored Jan 6, 2025
1 parent 6cd4d3c commit df5e0b2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
> The change from one `state` to another is called a `transition`.
This package constructs simple FSM's which express their logic
declaratively & safely.[^1]
declaratively & safely.[^1] We use this internally on production.

`~1KB`, zero dependencies, [opinionated][dgoals]
`~1KB`, zero dependencies, [opinionated][dgoals], and tested throught the nose;
it eschews fancy features for robustness, ease of use and zero-maintenace
even across major Node.js updates.

### Basic

Expand Down

0 comments on commit df5e0b2

Please sign in to comment.