From 6adf65b4340925d409fbf1060a6546cc1d7d9fec Mon Sep 17 00:00:00 2001 From: Francois-Guillaume Ribreau Date: Thu, 31 Dec 2015 18:54:44 +0100 Subject: [PATCH] docs(readme) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef78e4a..9e4af0d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -### match-when - Pattern matching for modern JavaScript [![Circle CI](https://circleci.com/gh/FGRibreau/match-when/tree/master.svg?style=svg)](https://circleci.com/gh/FGRibreau/match-when/tree/master) +### match-when - Pattern matching for modern JavaScript +[![Circle CI](https://circleci.com/gh/FGRibreau/match-when/tree/master.svg?style=svg)](https://circleci.com/gh/FGRibreau/match-when/tree/master) [![Version](http://badge.fury.io/js/match-when.png)](http://badge.fury.io/js/match-when) + > Finally a **clear**, **succinct** and *safe* syntax to do Pattern Matching in modern JavaScript. [(backstory)](http://blog.fgribreau.com/2015/12/match-when-pattern-matching-for-modern.html)