Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
blackart committed Dec 27, 2017
1 parent fbb93ad commit 109fc24
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Install ImageMagick and librsvg on Windows:
Installl AnyChart Node.js Report Server using npm package manager:

```
npm install anychart-export-server -g
npm install anychart-report-server -g
```
Or clone git repository:

Expand All @@ -51,7 +51,7 @@ npm link
To run the server:

```
> anychart-export-server [arguments]
> anychart-report-server [arguments]
1:32:48 PM - info: Export server listening on port 3000!
```

Expand Down Expand Up @@ -301,9 +301,9 @@ External resources are required when:
## License
[© 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).

[npm-image]: https://img.shields.io/npm/v/anychart-export-server.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/anychart-export-server
[downloads-image]: https://img.shields.io/npm/dm/anychart-export-server.svg?style=flat-square
[downloads-url]: https://www.npmjs.com/package/anychart-export-server
[quality-image]: http://npm.packagequality.com/shield/anychart-export-server.svg?style=flat-square
[quality-url]: http://packagequality.com/#?package=anychart-export-server
[npm-image]: https://img.shields.io/npm/v/anychart-report-server.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/anychart-report-server
[downloads-image]: https://img.shields.io/npm/dm/anychart-report-server.svg?style=flat-square
[downloads-url]: https://www.npmjs.com/package/anychart-report-server
[quality-image]: http://npm.packagequality.com/shield/anychart-report-server.svg?style=flat-square
[quality-url]: http://packagequality.com/#?package=anychart-report-server
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "AnyChart Node.js Report Server",
"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.",
"main": "./index.js",
"version": "1.0.13",
"version": "1.0.14",
"homepage": "https://www.anychart.com",
"license": "Apache-2.0",
"keywords": [
Expand Down

0 comments on commit 109fc24

Please sign in to comment.