diff --git a/support/module_template.md b/support/module_template.md index ced20dd21..840a04021 100644 --- a/support/module_template.md +++ b/support/module_template.md @@ -1,10 +1,9 @@ # async.<%= name %> -![Last version](https://img.shields.io/github/tag/async-js/<%= name %>.svg?style=flat-square) -[![Build Status](http://img.shields.io/travis/async-js/<%= name %>/master.svg?style=flat-square)](https://travis-ci.org/async-js/<%= name %>) -[![Dependency status](http://img.shields.io/david/async-js/<%= name %>.svg?style=flat-square)](https://david-dm.org/async-js/<%= name %>) -[![Dev Dependencies Status](http://img.shields.io/david/dev/async-js/<%= name %>.svg?style=flat-square)](https://david-dm.org/async-js/<%= name %>#info=devDependencies) -[![NPM Status](http://img.shields.io/npm/dm/<%= name %>.svg?style=flat-square)](https://www.npmjs.org/package/<%= name %>) +![Last version](https://img.shields.io/github/tag/async-js/async.<%= name %>.svg?style=flat-square) +[![Dependency status](http://img.shields.io/david/async-js/async.<%= name %>.svg?style=flat-square)](https://david-dm.org/async-js/async.<%= name %>) +[![Dev Dependencies Status](http://img.shields.io/david/dev/async-js/async.<%= name %>.svg?style=flat-square)](https://david-dm.org/async-js/async.<%= name %>#info=devDependencies) +[![NPM Status](http://img.shields.io/npm/dm/async.<%= name %>.svg?style=flat-square)](https://www.npmjs.org/package/<%= name %>) [![Donate](https://img.shields.io/badge/donate-paypal-blue.svg?style=flat-square)](https://paypal.me/kikobeats) > [async#<%= name %>](https://github.com/async-js/async#<%= name %>) method as module.