From: Mark Thom Date: Sat, 11 Mar 2017 06:51:37 +0000 (-0700) Subject: fix README X-Git-Tag: v0.8.110~757 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=540a5b805f8ba6c5a68ab0612deb0e9edd1287cd;p=scryer-prolog.git fix README --- diff --git a/README.md b/README.md index 09139089..11bfc877 100644 --- 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). }: