diff --git a/README.md b/README.md
index dd9cc6c7a3b81e2bf5923dcca8f1e8cf130865ae..801ffcae43cb1b1b1f35fa4dd189f0a2a8548637 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