Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
easilyBaffled committed Oct 4, 2018
1 parent a5aacf5 commit 46d9b7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
<p align="center">
Simple Matching for Mixed-Up Situations
</p>
This module was made with affection for but in no way trying to be a pattern matcher. We've already got that [on the way](https://github.com/tc39/proposal-pattern-matching). Instead it is made to replace ugly ternary.

This module was made with affection for but in no way trying to be a pattern matcher. We've already got that [on the way](tc39/proposal-pattern-matching). Instead it is made to replace ugly ternary.
It matches a test value to a simple key value. Simple in that the key must be a valid key in a object, so a primitive.

### Match against primatives
Expand Down

0 comments on commit 46d9b7d

Please sign in to comment.