From 297f822f265b569e34550c6f8d9318d66bf54876 Mon Sep 17 00:00:00 2001 From: Paul Battley Date: Fri, 23 Mar 2012 17:08:15 +0000 Subject: [PATCH] Use conventional metasyntactic variables. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6f14df..c1503eb 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ follow: if { something? } -> "step g" if { something_else? } -> "step h" otherwise -> "step i" - option quuz -> "step j" + option quux -> "step j" -- Define final steps outcome "step j"