From 910dbdf4b8654a767a9e7f898d396005f2f170ca Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Wed, 24 Jul 2019 20:54:43 +0200 Subject: [PATCH] fixed syntax --- README.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 0b67f40..65b736a 100644 --- a/README.org +++ b/README.org @@ -90,8 +90,9 @@ Once you’ve declared the tree you want to get, modify the last line of the source code =(tree-to-dot ...)= by replacing the default argument with the - name of your tree. For the first example, we would call =(tree-to-dot - vowels)=, while for the second we would call =(tree-to-dot syntax-tree)=. + name of your tree. For the first example, we would call + =(tree-to-dot vowels)=, while for the second we would call + =(tree-to-dot syntax-tree)=. *Only one =(tree-to-dot)= call can be done at once, else what follows might break!*