]> gitweb.factorcode.org Git - factor-talks.git/commitdiff
README: small fix.
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 17 Mar 2021 04:36:31 +0000 (21:36 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 17 Mar 2021 04:36:31 +0000 (21:36 -0700)
README.md

index a5aa3e842b925601eb440d2a17494350253882dd..af2cc1fad60e5ebf8dfcf8852bfa40e18b98c653 100644 (file)
--- 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
+```