diff --git a/README.md b/README.md index d380106..3d73e92 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ [![Coverage Status](https://coveralls.io/repos/github/ngfelixl/nodeplotlib/badge.svg?branch=master)](https://coveralls.io/github/ngfelixl/nodeplotlib?branch=master) [![npm version](https://badge.fury.io/js/nodeplotlib.svg)](https://badge.fury.io/js/nodeplotlib) [![npm](https://img.shields.io/npm/dt/nodeplotlib.svg)](https://npmjs.com/package/nodeplotlib) -[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) +[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/nodeplotlib/) Library to create top-notch plots directly within NodeJS on top of [plotly.js](https://plot.ly/javascript/) without any front-end preparations. Inspired by matplotlib. -[![Animation (View on Github)](https://github.com/ngfelixl/nodeplotlib/blob/master/img/animation.gif)](https://github.com/ngfelixl/nodeplotlib/blob/master/img/animation.gif) +[![Animation (View on Github)](https://raw.githubusercontent.com/ngfelixl/nodeplotlib/master/img/animation.gif)](https://raw.githubusercontent.com/ngfelixl/nodeplotlib/master/img/animation.gif) ## Installation diff --git a/package.json b/package.json index aafa57b..e4ec0f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodeplotlib", - "version": "0.6.0", + "version": "0.6.1", "description": "NodeJS frontend-less plotting lib using plotly.js inspired by matplotlib", "main": "dist/lib/index.js", "types": "dist/lib/index.d.ts",