From f5c1d22d4e0a9e935577b969d0d2d1898dab657a Mon Sep 17 00:00:00 2001
From: Tomas Pecka <peckato1@fit.cvut.cz>
Date: Sun, 23 Aug 2015 19:55:35 +0200
Subject: [PATCH] Nicer readme formatting on gitlab (md)

---
 README => README.md | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)
 rename README => README.md (76%)

diff --git a/README b/README.md
similarity index 76%
rename from README
rename to README.md
index 6ce4810cda..1a624b4e14 100644
--- a/README
+++ b/README.md
@@ -1,5 +1,7 @@
 
-                    Automata (Algorithms) Library Toolkit
+Automata (Algorithms) Library Toolkit
+=====================================
+
 
 What is it?
 -----------
@@ -15,8 +17,7 @@ algorithms in form of by pipe comunicating tools.
 The Latest Version
 ------------------
 
-Details of the latest version can be found on the project page under
-https://gitlab.fit.cvut.cz/travnja3/automata-library.
+Details of the latest version can be found on the project page on our [gitlab][1].
 
 Documentation
 -------------
@@ -30,7 +31,7 @@ Installation
 Project is pure c++ builded by makefile. Minimal version of make is 3.9
 and of g++ is 4.8. Dependencies include binutils-dev libiberty-dev libcppunit-dev libtclap-dev.
 
-Vim configuration is available in .lvimrc file and http://www.vim.org/scripts/script.php?script_id=441 is used to load this file.
+Vim configuration is available in .lvimrc file and [localvimrc][2] is used to load this file.
 
 Licensing
 ---------
@@ -51,9 +52,11 @@ resources at ??
 for bug reporting at ??
 
  o If you want to participate in actively developing ALT please
-subscribe to the `??' mailing list as described at ??
+subscribe to the ?? mailing list as described at ??
 
 Authors
 -------
 
 
+[1]: https://gitlab.fit.cvut.cz/travnja3/automata-library.
+[2]: http://www.vim.org/scripts/script.php?script_id=441
-- 
GitLab