From c99d134e2aa97811dacd857bfdbab0a91032717e Mon Sep 17 00:00:00 2001
From: Martin Lange <martin.lange@ufz.de>
Date: Mon, 8 Feb 2021 18:46:05 +0100
Subject: [PATCH] minor rewordings "How to use it"

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

diff --git a/README.md b/README.md
index dd9cc6c..801ffca 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ The document you are currently reading contains the [ODD protocol](#rabies-model
 
 **Read the ODD**
 
-The best way to understand how to use Literate Programming with Yarner to create a NetLogo model from an ODD protocol is to read the below [ODD+C of the Rabies model.](#rabies-model-odd-protocol) It contains the complete code of the model, except the UI elements.
+The best way to understand how to use Literate Programming with Yarner to create a NetLogo model from an ODD protocol is to read the [ODD+C of the Rabies model](#rabies-model-odd-protocol), below. It contains the complete code of the model, except the UI elements.
 
 See section [How it works](#how-it-works) for how the model is extracted from this document.
 
@@ -55,7 +55,7 @@ let x 0
 let y 1
 ```
 
-For a comprehensive guide and a description of all features, see the [Yarner documentation](https://mlange-42.github.io/yarner/).
+See the [Yarner documentation](https://mlange-42.github.io/yarner/) for a comprehensive guide and a description of all features.
 
 ## Rabies model - ODD protocol
 
-- 
GitLab