summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Benediktsson <mrjbq7@gmail.com>2021-03-16 21:36:31 -0700
committerJohn Benediktsson <mrjbq7@gmail.com>2021-03-16 21:36:31 -0700
commit174864097bc63f68d7cdbcc7eb3afa1f3913b04c (patch)
tree7a161ccb3927027e8aa1f0b34ddae978a8eb212c
parent33e869d5385c7efbc6eb097b2f98613fb3a52bfa (diff)
README: small fix.
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index a5aa3e8..af2cc1f 100644
--- a/README.md
+++ b/README.md
@@ -9,4 +9,8 @@ Various talks and presentations that have been given are included here as
runnable vocabularies.
If you'd like to run these, you can add this directory as a ``vocab-root``
-and then ``"name-of-the-talk-to-launch" run``.
+and then:
+
+```factor
+"name-of-the-talk-to-launch" run
+```