From 1abdfc17388ab3c4ca205466e4bc7c080ed5e1cc Mon Sep 17 00:00:00 2001 From: Claudius Ellsel <claudius.ellsel@live.de> Date: Mon, 16 Sep 2019 15:15:20 +0200 Subject: [PATCH] Minor cosmetic changes to README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6fb2e3e..3bfb695 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Pdf Annotation Tool for Moodle +PDF Annotation Tool for Moodle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ Please note that this plugin also contains files that are under the - MIT License: namely index.js, jquery-3.2.1, textclipper.js, chart.js - Apache License, Version 2.0: namely pdf.js. -Google Charts Api is used in download function to convert latex formulae to png: <https://chart.googleapis.com/chart>. +Google Charts API is used in download function to convert [LaTeX](https://www.latex-project.org/) formulae to PNG: <https://chart.googleapis.com/chart>. ### Installation: -- GitLab