diff --git a/README.md b/README.md index 90aad25..8ce0e81 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,15 @@ This extension injects KaTeX into the `Riot` chat client for - `$$x^2$$` renders math block style - `\(x^2\)` renders math inline -## Example -![Example](example.png) ## Download and Installation You can download the extension [from here](https://github.com/vale981/riot-katex/releases/latest). Just double click it, or drag it one firefox to install. +## Example +![Example](example.png) + ## Building the Extension - make sure you have npm installed - run `./package.sh`, the webextension will be zipped as diff --git a/manifest.json b/manifest.json index cdde11b..6108669 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Riot KaTeX for matrix.tu-dresden.de", - "version": "1.0.2", + "version": "1.0.3", "description": "Renders formulars on matrix.tu-dresden.de chats using KaTeX.",