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> :{{