Skip to content

Commit b8b961b

Browse files
committed
README update
1 parent d771270 commit b8b961b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ES6 implementation of <a href="https://github.com/tweenjs/tween.js">tween.js</a>
66
[![NPM Downloads][downloads-image]][downloads-url]
77
[![Travis tests][travis-image]][travis-url]
88
[![Flattr this][flattr-image]][flattr-url]
9+
<br/>
10+
[![NPM](https://nodei.co/npm/es6-tween.png?downloads=true&stars=true)](https://nodei.co/npm/es6-tween/)
911

1012
```javascript
1113
let coords = { x: 0, y: 0 };
@@ -184,6 +186,6 @@ Maintainers: [mikebolt](https://github.com/mikebolt), [sole](https://github.com/
184186
[travis-image]: https://travis-ci.org/tweenjs/es6-tween.svg?branch=master
185187
[travis-url]: https://travis-ci.org/tweenjs/es6-tween
186188
[flattr-image]: https://api.flattr.com/button/flattr-badge-large.png
187-
[flattr-url]: https://flattr.com/thing/c5d938ac13cb0e28e9664089b6d9424a
189+
[flattr-url]: https://flattr.com/submit/auto?fid=kxw7jx&url=https%3A%2F%2Fgithub.com%2Ftweenjs%2Fes6-tween
188190
[cdnjs-image]: https://img.shields.io/cdnjs/v/es6-tween.svg
189191
[cdnjs-url]: https://cdnjs.com/libraries/es6-tween

0 commit comments

Comments
 (0)