]> gitweb.factorcode.org Git - factor-talks.git/blobdiff - README.md
README: small fix.
[factor-talks.git] / 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
+```