From e7a44992f69b47d31f53007b22808ca772a28d5d Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Sun, 26 Mar 2023 23:42:20 +0200
Subject: [PATCH] fix README syntax

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

diff --git a/README.md b/README.md
index e5bcc4ba..43e894c4 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ To make a book, start a git, then do:
 
 > cp config/main.tex config/.gitignore .
 
-Edit 'main.tex', and input your tex files by writing `\include{my_file.tex}.
+Edit 'main.tex', and input your tex files by writing `\include{my_file.tex}`.
 
 # Docs
 
@@ -24,7 +24,7 @@ Test your changes before committing with
 
 # TeXnical Details
 
-This thing's handled as a submodule in the other documments, so changing it will change all BIND books.
+This thing's handled as a submodule in the other documents, so changing it will change all BIND books.
 Any changes to the master branch should be tested in the `core` and `aif` projects first.
 
 And when pulling, remember to do:
-- 
GitLab