Switched npm

This commit is contained in:
Patrick Steele-Idem 2015-12-08 10:56:45 -07:00
parent 1a9ba6f3a6
commit 5382e2f0af

View File

@ -1,7 +1,7 @@
![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)](https://nodei.co/npm/marko/)
[![NPM](https://img.shields.io/npm/v/marko.svg)](https://www.npmjs.com/package/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/).