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). }: