From 2f548255baa6228bb5a7b1d8dc317ca4f30dec5c Mon Sep 17 00:00:00 2001 From: Joseph Rautenbach Date: Thu, 23 May 2019 11:51:15 +0200 Subject: [PATCH] URL change --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 24cd39c..311358a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Bootstrap and jQuery are used in the web interface, with AJAX calls made to the ## Live Demo -The application is accessible at [https://latex2image.joeraut.com/](https://latex2image.joeraut.com/) +The application is accessible at [https://latex2image.joeraut.com](https://latex2image.joeraut.com). ## Requirements @@ -45,7 +45,7 @@ npm install ### (Optional) Global Node.js packages for non-SVG image export -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: +SVG files can be generated as-is, but for PNG and JPG export support, the 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