From d1942cc0ab010c34f683fd14c193418646fdedbc Mon Sep 17 00:00:00 2001 From: Liam Newman <bitwiseman@gmail.com> Date: Thu, 4 Apr 2013 12:58:39 -0700 Subject: [PATCH] Add npm module badge Simple badge for current npm module --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 976584e3b..61f6b6452 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# CodeMirror [](http://travis-ci.org/marijnh/CodeMirror) +# CodeMirror +[](http://travis-ci.org/marijnh/CodeMirror) +[](http://badge.fury.io/js/codemirror) CodeMirror is a JavaScript component that provides a code editor in the browser. When a mode is available for the language you are coding -- GitLab