From 66a50a0529a19b3e93e9f957db5dc430458ccbc1 Mon Sep 17 00:00:00 2001
From: Dilawar Singh <dilawar@users.noreply.github.com>
Date: Sun, 29 May 2016 14:50:17 +0530
Subject: [PATCH] Update README.md

Fixed typos.
---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 9848b103..6217b68c 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,10 @@
 [![Build Status - master](https://travis-ci.org/BhallaLab/moose.svg?branch=master)](https://travis-ci.org/BhallaLab/moose)   [![Documentation Status](https://readthedocs.org/projects/moose/badge/?version=latest)](https://readthedocs.org/projects/moose/?badge=latest)
 
+This is the parent repository of [MOOSE simulator](https://moose.ncbs.res.in).
+It keeps the snanshots of its components: core (written in C++) and python 
+scripting interface, MOOSE's Graphical User Interface (GUI). This should be the 
+source of stable MOOSE code.
+
 # About
 
 MOOSE is the Multiscale Object-Oriented Simulation Environment. It is designed
@@ -22,11 +27,6 @@ interface with Python, graphical displays with Matplotlib, PyQt, and OpenGL, and
 support for many model formats. These include SBML, NeuroML, GENESIS kkit and
 cell.p formats, HDF5 and NSDF for data writing.
 
-This is the parent repository of [MOOSE simulator](https://moose.ncbs.res.in).
-It keeps the snanshots of components of MOOSE: core (written in C++) of MOOSE,
-python scripting interface, and its graphical user interface (GUI). This is your
-source stable MOOSE code.
-
 # VERSION
 
 This is MOOSE 3.0.2pre "Ghevar". The Ghevar release is the third of series 3 of MOOSE releases.
-- 
GitLab