From b4e491065b59ba4f9a13259c7903203094bd8bfe Mon Sep 17 00:00:00 2001
From: Gaudenz Alder <alderg@users.noreply.github.com>
Date: Thu, 2 Aug 2018 07:22:49 +0200
Subject: [PATCH] Update README.md

Former-commit-id: 202afd708868f9d0364719e51887ff801c564a4d
---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 920e903ce..0616010ac 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,9 @@ The [mxGraph documentation](https://jgraph.github.io/mxgraph/) provides a lot of
 
 Running
 -------
-One way to run draw.io is to fork this project, [publish the master branch to GitHub pages](https://help.github.com/categories/github-pages-basics/) and the [pages sites](https://jgraph.github.io/drawio/src/main/webapp/index.html) will have the full editor functionality (sans the integrations). Another way is to use the Dockerfile in [/etc/docker](etc/docker/) or to download [draw.io Desktop](https://get.draw.io).
+One way to run draw.io is to fork this project, [publish the master branch to GitHub pages](https://help.github.com/categories/github-pages-basics/) and the [pages sites](https://jgraph.github.io/drawio/src/main/webapp/index.html) will have the full editor functionality (sans the integrations).
+
+Another way is to use the Dockerfile in [/etc/docker](etc/docker/) or to download [draw.io Desktop](https://get.draw.io).
 
 The full packaged .war of the client and servlets is built when the project is tagged and available on the [releases page](https://github.com/jgraph/draw.io/releases).
 
-- 
GitLab