tReadme syntax errors - simple_DEM - a simple 2D Discrete Element Method code for educational purposes
 (HTM) git clone git://src.adamsgaard.dk/simple_DEM
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 303835daee186810677bd22cd133d18386f643f7
 (DIR) parent 137bfd5402a906478d2c35958b59cd44bda0cbdb
 (HTM) Author: Anders Damsgaard Christensen <adc@geo.au.dk>
       Date:   Sun, 14 Oct 2012 08:49:12 +0200
       
       Readme syntax errors
       
       Diffstat:
         M README.rst                          |       8 ++++----
       
       1 file changed, 4 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/README.rst b/README.rst
       t@@ -11,14 +11,14 @@ Requirements
        
        Obtaining
        ---------
       -`git clone https://github.com/anders-dc/simple_DEM.git`
       +``git clone https://github.com/anders-dc/simple_DEM.git``
        
        Building
        --------
       -`make`
       +``make``
        
        Running
        -------
       -Simply execute `./simple_DEM` in the root folder. Output is written to the `output/` folder. 
       -All simulation parameters must be specified in `global_properties.h` before compiling. If any parameters are changed, run `make` in the root folder.
       +Simply execute ``./simple_DEM`` in the root folder. Output is written to the ``output/`` folder. 
       +All simulation parameters must be specified in ``global_properties.h`` before compiling. If any parameters are changed, run ``make`` in the root folder.