From 7bd992ff5dc944a4feeec494546b0b1d7fa4a3c5 Mon Sep 17 00:00:00 2001 From: Carlo Sciolla Date: Fri, 14 Oct 2016 21:57:15 +0200 Subject: [PATCH] Deprecation warning added to the README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2115a3..2706805 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +# Deprecation notice + +After [the decision to merge](https://github.com/zwz/plantuml-mode/issues/8) together `puml-mode` and `plantuml-mode`, this repository and the code herein have been deprecated in favor of [skuro/plantuml-mode](https://github.com/skuro/plantuml-mode). + [![MELPA](http://melpa.org/packages/puml-mode-badge.svg)](http://melpa.org/#/puml-mode) [![MELPA Stable](http://stable.melpa.org/packages/puml-mode-badge.svg)](http://stable.melpa.org/#/puml-mode) # PlantUML mode for Emacs @@ -43,9 +47,9 @@ Of course, you can always enable manually the major mode by typing `M-x puml-mod # Usage -You can either tell `puml-mode` to autocomplete the word before the cursor by typing `M-x puml-complete-symbol`. This will open a popup with all the available completions as found in the list of keywords given by running PlantUML with the `-language` flag. +You can tell `puml-mode` to autocomplete the word before the cursor by typing `M-x puml-complete-symbol`. This will open a popup with all the available completions as found in the list of keywords given by running PlantUML with the `-language` flag. -To render the PlantUML diagram within Emacs, you can also hit `M-x puml-preview`. This will run PlantUML and display the result in the `*PUML-Preview*` buffer. The format used to render the diagram is automagically chosen from what's supported by your Emacs. It will be one of the following, in order of preference: +To render the PlantUML diagram within Emacs, you can hit `M-x puml-preview`. This will run PlantUML and display the result in the `*PUML-Preview*` buffer. The format used to render the diagram is automagically chosen from what's supported by your Emacs. It will be one of the following, in order of preference: - SVG - PNG