From: Mark Thom Date: Mon, 5 Mar 2018 04:38:55 +0000 (-0700) Subject: fix README X-Git-Tag: v0.8.110~539 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=dbab7a86679fe9412e1c3a404416889e38557119;p=scryer-prolog.git fix README --- 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> :{{