aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2022-02-03 09:31:08 -0600
committerColin Okay <okay@toyful.space>2022-02-03 09:31:08 -0600
commitdb47503de879c5566e30cdf6c8b8b10a6a880562 (patch)
tree8bcc08abf12f4d28d96ee404455bb931659cfde1
parent06b33e805136b7e84a9f96d265f48bd84a2fa67e (diff)
trying to get the readme to look right on gh
-rw-r--r--README.org9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.org b/README.org
index 14e3086..40a24b4 100644
--- a/README.org
+++ b/README.org
@@ -30,7 +30,6 @@ Here is a basic example
#+end_src
- #+RESULTS:
: (3 1 6 1 4 2 4 6 4 3 5 1 5 3)
the =#$= syntax is a reader macro dispatch sequence. An symbol that
@@ -44,7 +43,7 @@ a parameter of the function being defined.
#+end_src
-#+RESULTS:
+
: ((1 2) (10 10 10))
@@ -67,7 +66,7 @@ being defined. Here is ane example:
#+end_src
-#+RESULTS:
+
: (FIRST SECOND)
In the above ='second= is passed in as the first argument, and
@@ -82,7 +81,7 @@ merely sorted in ascending order:
#+end_src
-#+RESULTS:
+
: (:TEN :TWO :FOUR)
*** Nested Forms
@@ -105,5 +104,5 @@ This is easer to understand through example:
(10 11 12 12 14 15 16 17 18)))
#+end_src
-#+RESULTS:
+
: ((1 2 3 4 5 6 7 8 9) (1 2 3 3 5 6 7 8 9))