From be82d9c5b0b8c81ff71a428c400237e3de233b6a Mon Sep 17 00:00:00 2001
From: David Hendriks <davidhendriks93@gmail.com>
Date: Mon, 12 Aug 2019 18:55:57 +0100
Subject: [PATCH] extra md changes

---
 README.md | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 4db61f86c..391801de4 100644
--- a/README.md
+++ b/README.md
@@ -3,15 +3,13 @@
 Based on a original work by Jeff Andrews, updated and extended
 for Python3 by Robert Izzard
 
->>> THIS CODE IS VERY EXPERIMENTAL AND PROBABLY WILL NOT WORK <<<
+**THIS CODE IS VERY EXPERIMENTAL AND PROBABLY WILL NOT WORK**
 
 r.izzard@surrey.ac.uk
 http://personal.ph.surrey.ac.uk/~ri0005/binary_c.html
 09/06/2019
 
-------------------------------------------------------------
 
----------------------
 Environment variables
 ---------------------
 
@@ -19,13 +17,11 @@ Before compilation you should set the following environment variables:
 
 required: `BINARY_C` should point to the root directory of your binary_c installation
 
-recommended: `LD_LIBRARY_PATH` should include `$BINARY_C/src` and whatever directories are required to run binary_c (e.g. locations of `libgsl`, `libmemoize`, `librinterpolate`, etc.)
+recommended: `LD_LIBRARY_PATH` should include $BINARY_C/src and whatever directories are required to run binary_c (e.g. locations of libgsl, libmemoize, librinterpolate, etc.)
 
-recommended: `LIBRARY_PATH` should include whatever directories are required to build binary_c (e.g. locations of `libgsl`, `libmemoize`, `librinterpolate`, etc.)
+recommended: `LIBRARY_PATH` should include whatever directories are required to build binary_c (e.g. locations of libgsl, libmemoize, librinterpolate, etc.)
 
 
-
----------------------
 Build instructions
 ---------------------
 
-- 
GitLab