branch: externals/dash
commit 3b63476588a94068fec9d7d1061690357dac4238
Author: Mark Oteiza <[email protected]>
Commit: Mark Oteiza <[email protected]>

    Move anaphoric function intro up into Functions section
---
 readme-template.md |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/readme-template.md b/readme-template.md
index 5351fe7..b0cabc1 100644
--- a/readme-template.md
+++ b/readme-template.md
@@ -34,9 +34,7 @@ Include this in your emacs settings to get syntax 
highlighting:
 
 ## Functions
 
-[[ function-list ]]
-
-## Anaphoric functions
+All functions and constructs in the library are prefixed with a dash (-).
 
 There are also anaphoric versions of functions where that makes sense,
 prefixed with two dashes instead of one.
@@ -61,6 +59,8 @@ of course the original can also be written like
 
 which demonstrates the usefulness of both versions.
 
+[[ function-list ]]
+
 [[ function-docs ]]
 
 ## Contribute

Reply via email to