From 57575a152390b3b9a197ec9795bcda1db5676c13 Mon Sep 17 00:00:00 2001 From: Mark Thom Date: Fri, 28 Oct 2016 19:58:43 -0600 Subject: [PATCH] add linebreaks --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e929faf..9515336a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ atoms are currently supported. An example of the level of interaction currently supported is: -` l0> p(Z, Z). +```l0> p(Z, Z). Program stored. l0> ?- p(Z, Z). yes @@ -40,4 +40,4 @@ An example of the level of interaction currently supported is: yes l0> ?- p(z, h(Z, w), f(w)). yes - l0> quit` \ No newline at end of file + l0> quit``` \ No newline at end of file -- 2.54.0