From c0a84a86578d3ab23cd035777ee851c0d9616482 Mon Sep 17 00:00:00 2001 From: Patrick Steele-Idem Date: Thu, 3 Sep 2015 00:13:18 -0600 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 60a438cec..b2fd1f1f0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ ![Marko Logo](https://raw.githubusercontent.com/marko-js/branding/master/marko-logo-small.png) [![Build Status](https://travis-ci.org/marko-js/marko.svg?branch=master)](https://travis-ci.org/marko-js/marko) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/marko-js/marko) -[![NPM](https://nodei.co/npm/marko.png?downloads=true)](https://nodei.co/npm/marko/) +[![NPM](https://nodei.co/npm/marko.png)](https://nodei.co/npm/marko/) +[![Downloads](https://img.shields.io/npm/dm/marko.svg)](http://npm-stat.com/charts.html?package=marko) Marko is a fast and lightweight HTML-based templating engine that compiles templates to CommonJS modules and supports streaming, async rendering and custom tags. Learn more on [http://markojs.com/](http://markojs.com/).