From: John Benediktsson Date: Wed, 17 Mar 2021 04:36:31 +0000 (-0700) Subject: README: small fix. X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor-talks.git;a=commitdiff_plain;h=174864097bc63f68d7cdbcc7eb3afa1f3913b04c README: small fix. --- 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 +```