From 56346a6e3a2023e27d853d15861a6db7a51c8831 Mon Sep 17 00:00:00 2001 From: Matt Trzcinski Date: Wed, 28 Aug 2019 19:43:25 -0400 Subject: [PATCH] Move important information to beginning of sentance --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 418bba7..fb37e90 100644 --- a/README.md +++ b/README.md @@ -34,16 +34,17 @@ Alice <-- Bob: Another authentication Response **WARNING:** This may send information to `"https://www.plantuml.com/plantuml"`! -Check that `plantuml-jar-path` is correct for your use case and that -`plantuml-default-exec-mode` is set to `jar` before previewing any -sensitive material. See [Execution modes](#execution-modes) for more -information. +Before previewing any sensitive material, check that +`plantuml-jar-path` is correct for your use case and that +`plantuml-default-exec-mode` is set to `jar`. ```lisp (setq plantuml-jar-path "/path/to/your/copy/of/plantuml.jar") (setq plantuml-default-exec-mode 'jar) ``` +See [Execution modes](#execution-modes) for more information. + # Installation Make sure you have [MELPA](http://melpa.org/) enabled in your ``emacs.d``. Then, you can just