Skip to content

Commit

Permalink
add sentence to why section
Browse files Browse the repository at this point in the history
  • Loading branch information
BirdHighway committed Mar 13, 2024
1 parent f06eb0a commit 0f56393
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ invariant(falsyValue, 'This will throw!');
```

## Why `tiny-invariant`?
`tiny-invariant` is a *tiny*, widely-supported, zero-dependency alternative to [`invariant`](https://www.npmjs.com/package/invariant). See [below](#Dropping your message for kb savings!) for details on just how compact it can get.
`tiny-invariant` is a *tiny*, widely-supported, zero-dependency alternative to [`invariant`](https://www.npmjs.com/package/invariant). See below for details on just how compact it can get.

`tiny-invariant` - when every byte counts!

## Error Messages

Expand Down

0 comments on commit 0f56393

Please sign in to comment.