From a55e03d4fd8acde9ff8f0a35758ed9c41009c241 Mon Sep 17 00:00:00 2001 From: Thiago de Arruda Date: Thu, 20 Feb 2014 23:19:29 -0300 Subject: [PATCH] Quote GUI diagram --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a48c750f8e..e2efac083f 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,7 @@ The difference between plugins and GUIs is that plugins will be started by neovim, where GUIs will start neovim(or perhaps attach to a running session). Here's a sample diagram of the process tree: +```txt GUI program | ---> Neovim @@ -140,6 +141,7 @@ GUI program ---> Plugin 2 | ---> Plugin 3 +``` Sample: