Skip to content

Commit 2c597e7

Browse files
authored
Update README.md
1 parent a8f40d3 commit 2c597e7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
google-charts-node
22
---
3+
[![npm](https://img.shields.io/npm/v/google-charts-node)](https://www.npmjs.com/package/google-charts-node)
34

45
This package allows you to render Google Charts on the server as PNG images.
56

67
This is made possible through the use of puppeteer, a headless Chromium browser.
78

9+
## Installation
10+
11+
This project is [available on NPM](https://www.npmjs.com/package/google-charts-node).
12+
13+
```
14+
npm install google-charts-node
15+
```
16+
817
## Example
918

1019
```js

0 commit comments

Comments
 (0)