# verb-readme-badges

> Readme badge templates for [Verb](https://github.com/assemble/verb)

These templates are automatically inserted by [Verb](https://github.com/assemble/verb) when the `{%= badge() %}` tag is used.

Example:

```js
{%= badge("fury") %}
```

Results in:

```markdown
[![NPM version](https://badge.fury.io/js/your-project-name.svg)](http://badge.fury.io/js/your-project-name)
```


## Author

**Jon Schlinkert**

+ [github/jonschlinkert](https://github.com/jonschlinkert)
+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert)


## License
Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license
