From dbab7a86679fe9412e1c3a404416889e38557119 Mon Sep 17 00:00:00 2001 From: Mark Thom Date: Sun, 4 Mar 2018 21:38:55 -0700 Subject: [PATCH] fix README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e081624b..54a9be1a 100644 --- a/README.md +++ b/README.md @@ -253,7 +253,8 @@ prolog> :- use_module(library(lists)). prolog> :- use_module(library(control)). ``` -To define modules inline at the REPL, use the ":{{"\"}}:" delimiters: +To define modules inline at the REPL, use the ":{{" and "}}:" +delimiters: ``` prolog> :{{ -- 2.54.0