From e46df4780975157f091e3d8c069e4e3692f2bc77 Mon Sep 17 00:00:00 2001
From: andimik <andimik@yahoo.de>
Date: Fri, 25 Oct 2019 22:13:16 +0200
Subject: Update README.md

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

(limited to 'README.md')

diff --git a/README.md b/README.md
index 3721d94..7961335 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Features
 - Reads ETI and EDI, outputs compliant COFDM I/Q
 - Supports native DAB sample rate and can also resample to other rates
 - Supports all four DAB transmission modes
-- Configuration file support, see doc/example.ini
+- Configuration file support, see `doc/example.ini`
 - Integrated UHD output for [USRP devices](https://www.ettus.com/product)
   - Tested for B200, B100, USRP2, USRP1
   - With WBX daughterboard (where appropriate)
@@ -31,27 +31,27 @@ Features
 - ETI sources: ETI-over-TCP, file (Raw, Framed and Streamed) and ZeroMQ
 - A Telnet and ZeroMQ remote-control that can be used to change
   some parameters during runtime and retrieve statistics.
-  See doc/README-RC.md for more information
+  See `doc/README-RC.md` for more information
 - ZeroMQ PUB and REP output.
 - Ongoing work about digital predistortion for PA linearisation.
-  See python/dpd/README.md
-- A web GUI for control and supervision of modulator and predistortion engine. See python/gui/README.md
+  See `python/dpd/README.md`
+- A web GUI for control and supervision of modulator and predistortion engine. See `python/gui/README.md`
 - A prototype algorithm for crest factor reduction.
 
-The src/ directory contains the source code of ODR-DabMod.
+The `src/` directory contains the source code of ODR-DabMod.
 
-The doc/ directory contains the ODR-DabMod documentation, an example
+The `doc/` directory contains the ODR-DabMod documentation, an example
 configuration file and a script for munin integration.
 
-The lib/ directory contains source code of libraries needed to build
+The `lib/` directory contains source code of libraries needed to build
 ODR-DabMod.
 
-The python/ directory contains a web-based graphical control interface and
+The `python/` directory contains a web-based graphical control interface and
 the digital predistortion project.
 
 INSTALL
 =======
-See the INSTALL file for installation instructions.
+See the INSTALL.md file for installation instructions.
 
 LICENCE
 =======
-- 
cgit v1.2.3


From aa000b091d7be2ea99c3b4353df07bdb8782110d Mon Sep 17 00:00:00 2001
From: andimik <andimik@yahoo.de>
Date: Fri, 25 Oct 2019 22:14:13 +0200
Subject: Update README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'README.md')

diff --git a/README.md b/README.md
index 7961335..90735de 100644
--- a/README.md
+++ b/README.md
@@ -51,11 +51,11 @@ the digital predistortion project.
 
 INSTALL
 =======
-See the INSTALL.md file for installation instructions.
+See the `INSTALL.md` file for installation instructions.
 
 LICENCE
 =======
-See the files LICENCE and COPYING
+See the files `LICENCE` and `COPYING`
 
 CONTACT
 =======
-- 
cgit v1.2.3