GEODE-2409: Beautify readme

Project: http://git-wip-us.apache.org/repos/asf/geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/2ac69f90
Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/2ac69f90
Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/2ac69f90

Branch: refs/heads/feature/GEODE-1930-2
Commit: 2ac69f9055a14939300b08c7814652a16ff26f5c
Parents: add48b1
Author: Jared Stewart <jstew...@pivotal.io>
Authored: Wed Feb 1 11:30:50 2017 -0800
Committer: Anthony Baker <aba...@apache.org>
Committed: Thu Feb 2 17:20:50 2017 -0800

----------------------------------------------------------------------
 README.md | 24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/2ac69f90/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 955d45f..645f420 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,19 @@
-**[Overview](#overview)**  
-**[Main Concepts and Components](#concepts)**  
-**[Location of Directions for Building from Source](#building)**  
-**[Geode in 5 minutes](#started)**  
-**[Application Development](#development)**  
-**[Documentation](http://geode.apache.org/docs/)**
-**[wiki](https://cwiki.apache.org/confluence/display/GEODE/Index)**  
-**Continuous Integration** [![Build 
Status](https://travis-ci.org/apache/geode.svg?branch=develop)](https://travis-ci.org/apache/geode)
  
+[<img src="https://geode.apache.org/img/apache_geode_logo.png"; 
align="center"/>](http://geode.apache.org)
 
-## <a name="overview"></a>Overview
+[![Build 
Status](https://travis-ci.org/apache/geode.svg?branch=develop)](https://travis-ci.org/apache/geode)
 
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.geode/geode-core/badge.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.geode%22)
+
+## Contents
+1. [Overview](#overview)  
+2. [Main Concepts and Components](#concepts)
+3. [Location of Directions for Building from Source](#building)
+4. [Geode in 5 minutes](#started)
+5. [Application Development](#development)
+6. [Documentation](http://geode.apache.org/docs/)
+7. [Wiki](https://cwiki.apache.org/confluence/display/GEODE/Index)
+                                                                               
                                        
 
-[Apache Geode] (http://geode.apache.org/) is a data management platform that 
provides real-time, consistent access to data-intensive applications throughout 
widely distributed cloud architectures.
+## <a name="overview"></a>Overview
+[Apache Geode](http://geode.apache.org/) is a data management platform that 
provides real-time, consistent access to data-intensive applications throughout 
widely distributed cloud architectures.
 
 Apache Geode pools memory, CPU, network resources, and optionally local disk 
across multiple processes to manage application objects and behavior. It uses 
dynamic replication and data partitioning techniques to implement high 
availability, improved performance, scalability, and fault tolerance. In 
addition to being a distributed data container, Apache Geode is an in-memory 
data management system that provides reliable asynchronous event notifications 
and guaranteed message delivery.
 

Reply via email to