From 8a106c86cb777f541ef1bfb465c3412b6f68048b Mon Sep 17 00:00:00 2001 From: Carlo Sciolla Date: Mon, 21 Sep 2015 17:55:06 +0200 Subject: [PATCH] Better readme --- README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 353cfb1..9fa8383 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ PlantUML mode for Emacs puml-mode in action -**NOTE**: This is currently almost only a GitHub mirror of the nice job done by [Zhang -Weize](http://zhangweize.wordpress.com/2010/09/20/update-plantuml-mode/) -as I couldn't find anything like a source repository. Just minor changes were introduced. +> “Pummel me all you want," I say. "Pummel me to death, in fact. My answers will not change." +> The Invierno step back, frowning. "You must love her very much," he says, not unkindly.” +> from [The Bitter Kingdom - Fire and Thorns #3](https://www.goodreads.com/book/show/11431896-the-bitter-kingdom) -Provides a [PlantUml](http://plantuml.sourceforge.net/) major mode for -Emacs. + +A [PlantUml](http://plantuml.sourceforge.net/) major mode for Emacs. Installation ============ @@ -58,6 +58,14 @@ The following shortcuts are enabled by default: C-c C-c renders a PlantUML diagram from the current buffer in the best supported format +Credits +======= + +This project stemmed from the great work of [Zhang Weize](http://zhangweize.wordpress.com/2010/09/20/update-plantuml-mode/), +and the current code still borrows a lot from it. + +Thanks to [Pavel G. Koukoushkin](https://github.com/svargellin) for implementing the preview functionality. + License =======