fix README

This commit is contained in:
Mark Thom
2018-03-04 21:38:55 -07:00
parent 6d3bde1144
commit dbab7a8667

View File

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