Skip to content

Commit

Permalink
docs: finalize v3 README
Browse files Browse the repository at this point in the history
  • Loading branch information
exbotanical committed Sep 9, 2021
1 parent dc79634 commit 86d59de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

For those moments when RXjs is overkill...

*Vivisector* is a compact JavaScript library designed to support hassle-free reactive programming. *Vivisector* allows you to tether actions to specific types of mutation events, rendering state datatypes event-bound.
*Vivisector* is a compact JavaScript library designed to support hassle-free reactive programming. *Vivisector* allows you to tether actions to specific types of mutation events, rendering your application's state event-bound.

Here's what that looks like:

Expand All @@ -48,7 +48,7 @@ const state = vivisect({
state.email = '...'; // `sendWelcomeEmail` invoked
```

*Vivisector* is flexible, compact, and straight-forward; it affords you fine-grained control by allowing you to decide when and what happens when a variable changes.
*Vivisector* is flexible, compact, and straight-forward; it affords you fine-grained control by allowing you to decide when and what happens when state changes.

### <a name="feat"></a> Features

Expand Down

0 comments on commit 86d59de

Please sign in to comment.