From c2bd9e3f18fc58a17b74913be825da0260ca6dd2 Mon Sep 17 00:00:00 2001
From: Marcus Greiff <marcusgreiff.93@hotmail.com>
Date: Mon, 30 Oct 2017 13:11:29 +0100
Subject: [PATCH] Update README.md

---
 README.md | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index 2388612..6fad1eb 100644
--- a/README.md
+++ b/README.md
@@ -3,19 +3,21 @@
 
 Documentation available at [Documentation](https://gitlab.control.lth.se/labdev/LabConnections.jl/blob/master/docs/build/index.html)
 
-# OBS!
-If you wish to work on the SPI implementation, simply clone the repository
-"serbus", a small C stack available at `github.com/mgreiff/serbus` into your
-julia package directory (for example "~/.julia/v0.6"). Then, in the
-LabConnections package on the host computer, run `flash_BB.sh` in the "/utils"
-directory transferring both LabCOnnections and serbus to the BB.
+# OBS! SPI development
+The SPI development is done in C and in a forked repository, currently
+separated from the julia project. If you wish to work on the SPI implementation,
+simply clone the repository "serbus", a small C stack available at
+`github.com/mgreiff/serbus` into your julia package directory (for example
+`~/.julia/v0.6`). Then, in the LabConnections package on the host computer, run
+`flash_BB.sh` in the `/utils` directory transferring both LabConnections and
+serbus to the BB.
 
 On the BB, run
 
-  cp /home/debian/juliapackages/serbus/bb_spi.sh /home/debian
+    cp /home/debian/juliapackages/serbus/bb_spi.sh /home/debian
 
 and then execute
-  
-  ./bb_spi.sh
+
+    ./bb_spi.sh
 
 in the `/home/debian` directory to run the SPI example with the ADC from SPI0.
-- 
GitLab