commit 5ec285a9ca9c8c33f199b6a8477978ba26aa98f8
parent e839363f3ed17b7ccffbabb4c3c2f823242cb8ed
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Thu, 12 Sep 2019 11:00:56 -0400
Fix another typo in readme
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -22,7 +22,7 @@ things:
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
- header names like so: `"Introduction; Building; sub:Compiling; subsub: clang;
+ 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
1-4 are not needed, the line must still exist but there must be no content on