Skip to content

Commit 109fc24

Browse files
committed
fix version
1 parent fbb93ad commit 109fc24

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Install ImageMagick and librsvg on Windows:
3636
Installl AnyChart Node.js Report Server using npm package manager:
3737

3838
```
39-
npm install anychart-export-server -g
39+
npm install anychart-report-server -g
4040
```
4141
Or clone git repository:
4242

@@ -51,7 +51,7 @@ npm link
5151
To run the server:
5252

5353
```
54-
> anychart-export-server [arguments]
54+
> anychart-report-server [arguments]
5555
1:32:48 PM - info: Export server listening on port 3000!
5656
```
5757

@@ -301,9 +301,9 @@ External resources are required when:
301301
## License
302302
[© AnyChart.com - JavaScript charts](http://www.anychart.com). AnyChart Export Server released under the [Apache 2.0 License](https://github.com/AnyChart/node-export-server/blob/master/LICENSE).
303303

304-
[npm-image]: https://img.shields.io/npm/v/anychart-export-server.svg?style=flat-square
305-
[npm-url]: https://www.npmjs.com/package/anychart-export-server
306-
[downloads-image]: https://img.shields.io/npm/dm/anychart-export-server.svg?style=flat-square
307-
[downloads-url]: https://www.npmjs.com/package/anychart-export-server
308-
[quality-image]: http://npm.packagequality.com/shield/anychart-export-server.svg?style=flat-square
309-
[quality-url]: http://packagequality.com/#?package=anychart-export-server
304+
[npm-image]: https://img.shields.io/npm/v/anychart-report-server.svg?style=flat-square
305+
[npm-url]: https://www.npmjs.com/package/anychart-report-server
306+
[downloads-image]: https://img.shields.io/npm/dm/anychart-report-server.svg?style=flat-square
307+
[downloads-url]: https://www.npmjs.com/package/anychart-report-server
308+
[quality-image]: http://npm.packagequality.com/shield/anychart-report-server.svg?style=flat-square
309+
[quality-url]: http://packagequality.com/#?package=anychart-report-server

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "AnyChart Node.js Report Server",
44
"description": "AnyChart Node.js Report Server is a lightweight web server that provides API for generating vector graphics (PDF, SVG, or PS), bitmap images (PNG, JPG, or TIFF), PDF reports, and data in CSV and XLSX (Excel). It uses the JavaScript code as well as JSON and XML configurations as input data. The server is very easy to install and customize, you can run it on any major platform: Linux, Windows, and macOS. It is ideal for creating report systems that send charts via email or social network sharing tools.",
55
"main": "./index.js",
6-
"version": "1.0.13",
6+
"version": "1.0.14",
77
"homepage": "https://www.anychart.com",
88
"license": "Apache-2.0",
99
"keywords": [

0 commit comments

Comments
 (0)