]> Repositorios git - scryer-prolog.git/commitdiff
cleanup README
authorMark Thom <[email protected]>
Tue, 6 Mar 2018 04:18:55 +0000 (21:18 -0700)
committerMark Thom <[email protected]>
Tue, 6 Mar 2018 04:18:55 +0000 (21:18 -0700)
README.md

index 88d5e64e061286ad3cf0bd491b670c5847ddc480..e439be462bdac4e233a2ff45c957e82d3bb9ac93 100644 (file)
--- a/README.md
+++ b/README.md
@@ -264,6 +264,7 @@ prolog> :{{
 local_member(X, Xs) :- member(X, Xs).
 }}:
 ```
+
 `use_module` directives can be qualified by adding a list of imports:
 
 ```
@@ -271,4 +272,4 @@ prolog> :- use_module(library(lists), [member/2]).
 ```
 
 A qualified `use_module` can be used to remove imports from the
-toplevel by giving it an empty import list.
+toplevel by calling it with an empty import list.