From fab548f2a063362a263917a6da2c54ff30e67d88 Mon Sep 17 00:00:00 2001 From: Joseph Rautenbach Date: Thu, 23 May 2019 11:34:45 +0200 Subject: [PATCH] Updated README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 280d957..1e73e16 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,7 @@ npm install ### Global Node.js packages for non-SVG images -SVG files can be generated as-is, but for PNG and JPG export support the additional two global Node.js packages are required: - -#### [svgexport](https://www.npmjs.com/package/svgexport) and [imagemin-cli](https://www.npmjs.com/package/imagemin-cli) +SVG files can be generated as-is, but for PNG and JPG export support two global Node.js packages [svgexport](https://www.npmjs.com/package/svgexport) and [imagemin-cli](https://www.npmjs.com/package/imagemin-cli) are required: ``` npm install svgexport -g