Skip to content

Commit 1cb7891

Browse files
authored
Update README.md
chg: updated badges
1 parent 17f5d33 commit 1cb7891

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
_Graphyte_ is a JavaScript based graph visualization library built with emphasis on customization and modularity. These design decisions led to a core framework responsible for interconnecting pluggable modules. Following that spirit, _Graphyte_ doesn’t offer ready-made visualizations like e.g. HighCharts or NVD3 which offer out-of-the-box solutions for standard charts. Instead, the intended audience of _Graphyte_ are developers who are looking for a solid library to create heavily customized graph visualizations.
44

5-
[![npm version](https://badge.fury.io/js/graphyte.svg)](https://badge.fury.io/js/graphyte)
6-
[![Bower version](https://badge.fury.io/bo/graphyte.svg)](https://badge.fury.io/bo/graphyte)
5+
[![npm](https://img.shields.io/npm/v/graphyte.svg?maxAge=2592000)](https://www.npmjs.com/package/graphyte)
6+
[![npm](https://img.shields.io/npm/l/graphyte.svg?maxAge=2592000)](https://www.npmjs.com/package/graphyte)
7+
[![npm](https://img.shields.io/npm/dt/graphyte.svg?maxAge=2592000)](https://www.npmjs.com/package/graphyte)
78

89
## Installation
910

0 commit comments

Comments
 (0)