]> Repositorios git - scryer-prolog.git/commitdiff
fix README
authorMark Thom <[email protected]>
Mon, 5 Mar 2018 04:38:55 +0000 (21:38 -0700)
committerMark Thom <[email protected]>
Mon, 5 Mar 2018 04:38:55 +0000 (21:38 -0700)
README.md

index e081624b0093f0bfecfec18b60e680cc1a2e7e47..54a9be1acae4929f52f6697143aec90ae2f75ae9 100644 (file)
--- 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> :{{