commit e839363f3ed17b7ccffbabb4c3c2f823242cb8ed
parent 6452c0dd2b983fb13ab34a51bb5785c9ed956071
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Thu, 12 Sep 2019 11:00:22 -0400
Fix typo in readme
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -21,7 +21,7 @@ things:
4. The seventh line of the file must be a list of the
sections/subsections/subsubsections which will become the content of the
table of contents (the name of a section and the name of the header it is
- pointing to _must_ be identical). This is a semicolon `;`separated list of
+ pointing to _must_ be identical). This is a semicolon `;` separated list of
header names like so: `"Introduction; Building; sub:Compiling; subsub: clang;
subsub:gcc; sub:Environment; Further Reading"`
5. The content of 2-4 must be enclosed by double-quote `"` characters. If any of