aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index b67ab21..357966b 100644
--- a/README
+++ b/README
@@ -12,6 +12,11 @@ On the other hand, that means that it is limited in terms of what HTML
it can produce. Most noticeably, only a very limited form of inline links
are supported (see *Lists* and *Inline formatting*).
+For examples, see the source code for this text [a] or the test file [b].
+
+ [a] ../tree/README
+ [b] ../tree/test.em
+
== Implementation ==
Em is implemented in portable awk, with an rc script to bind it together.