From 2c2367d45ca8bd24398543ddf338568aefc40cf1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?John=20Ankarstr=C3=B6m?=
Date: Sun, 31 Jan 2021 00:15:18 +0000
Subject: Fix references in README
---
README | 6 +++---
README.html | 10 +++++-----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/README b/README
index b93212b..470aa2d 100644
--- a/README
+++ b/README
@@ -186,6 +186,6 @@ _Paragraphs start with no space:_
== References ==
- [1] <../tree/README>
- [2] <../tree/test.em>
- [3] <../tree/emparse>
+ [1] <../tree/emparse>
+ [2] <../tree/README>
+ [3] <../tree/test.em>
diff --git a/README.html b/README.html
index efcee0b..c4c8e9f 100644
--- a/README.html
+++ b/README.html
@@ -19,9 +19,9 @@ Em also values consistency and predictability. As such, the syntax is rather
strict. This makes it a bit harder to learn, but much more predictable.
-Em's complete and exact syntax is defined by its implementation [1], but a
+Em's complete and exact syntax is defined by its implementation [1], but a
general description follows below. For longer examples, see the source
-code for this text [2] or the test file [3].
+code for this text [2] or the test file [3].
Em is implemented in portable awk, with an rc script to bind it together.
@@ -212,8 +212,8 @@ This is another paragraph.
References
-- ../tree/README
-
- ../tree/test.em
-
- ../tree/emparse
+
- ../tree/emparse
+
- ../tree/README
+
- ../tree/test.em
--
cgit v1.2.3