]> Repositorios git - scryer-prolog.git/commitdiff
fix README
authorMark Thom <[email protected]>
Sat, 11 Mar 2017 06:51:37 +0000 (23:51 -0700)
committerMark Thom <[email protected]>
Sat, 11 Mar 2017 06:51:37 +0000 (23:51 -0700)
README.md

index 09139089ebd3ada07c0dd3397b7b8a3cfb7121b6..11bfc8770c50dc4cebc3f080ed235e29db66f22c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ Pressing . will abort the search and return to the prompt.
 Wildcards work as well:
 
 ```
-prolog> prolog> :{
+prolog> :{
 member(X, [X|_]).
 member(X, [_|Xs]) :- member(X, Xs).
 }: