From 88200e0ce67bfc06f0bef15bc640bc63b350e1b6 Mon Sep 17 00:00:00 2001
From: Dmitry Simonenko <pmwkaa@gmail.com>
Date: Wed, 13 Nov 2013 19:30:37 +0400
Subject: [PATCH] readme-update: update readme fix with new layout and travis
 button.

Conflicts:

	README.md
---
 README.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index ccc0c426b9..1a9498e35c 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
-TARANTOOL, http://tarantool.org
+# tarantool [![Build Status](https://travis-ci.org/tarantool/tarantool.png?branch=master)](https://travis-ci.org/tarantool/tarantool)
+
+http://tarantool.org 
 
 Tarantool is an efficient in-memory NoSQL database and a
 Lua application server, blended.
@@ -8,7 +10,7 @@ Key features of the system:
  * multiple index types: HASH, TREE, BITSET
  * optional persistence and strong data durability
  * log streaming replication
- * Lua functions, procedures, triggers, with
+ * lua functions, procedures, triggers, with
    rich access to database API, JSON support,
    inter-procedure and network communication libraries
  * a command line client supporting simple SQL and
@@ -20,7 +22,7 @@ servers, in-memory data store for hot data, and so on.
 
 Supported platforms are Linux/x86 and FreeBSD/x86, Mac OS X.
 
-COMPILATION AND INSTALL
+## Compilation and install
 
 Tarantool is written in C and C++.
 To build, you will need GCC or Apple CLang compiler.
-- 
GitLab