From 46d9b7d107d9f57a03dd6fe34cdd7f0dcfbcefcf Mon Sep 17 00:00:00 2001 From: Dan Michaelis Date: Wed, 3 Oct 2018 21:29:36 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 73fcbad..f6e5b15 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,7 @@

Simple Matching for Mixed-Up Situations

-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