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)