X-Git-Url: https://git.ladys.computer/LesML/blobdiff_plain/e526f59ff5a5d988573ac855138645fe9394c4b7..703e09d53cce1606d2a98ebc2aa1b8e10f9565fc:/README.markdown

diff --git a/README.markdown b/README.markdown
index 994d911..6a21246 100644
--- a/README.markdown
+++ b/README.markdown
@@ -58,10 +58,10 @@ After this classification, each quoted or unquoted paragraph is further
 - If the paragraph begins with `§`, it is a section heading
     (`<html:h2>`).
 
-- If the paragraph begins with `✠`, it is a subsection heading
+- If the paragraph begins with `❦`, it is a subsection heading
     (`<html:h3>`).
 
-- If the paragraph begins with `❦`, it is a subsubsection heading
+- If the paragraph begins with `✠`, it is a subsubsection heading
     (`<html:h4>`).
 
 - If the paragraph begins with `•` or `🔢`, it is a primary unordered
@@ -74,7 +74,7 @@ After this classification, each quoted or unquoted paragraph is further
   Secondary list items are considered to be nested inside of primary
     list items which precede them.
 
-- If the paragraph begins with `‣` or `🔡`, it is a tertiary unordered
+- If the paragraph begins with `▪` or `🔡`, it is a tertiary unordered
     or ordered list item (`<html:li class="unordered" data-level="3">`
     or `<html:li class="ordered" data-level="3">`).
   Tertiary list items are considered to be nested inside of primary