]> Repositorios git - scryer-prolog.git/commitdiff
add linebreaks
authorMark Thom <[email protected]>
Sat, 29 Oct 2016 01:58:43 +0000 (19:58 -0600)
committerMark Thom <[email protected]>
Sat, 29 Oct 2016 01:58:43 +0000 (19:58 -0600)
README.md

index 7e929faf25b8e1272361c21472e18991e4f3bb13..9515336a87251e965f77d0df41d0ab01bd7f1f68 100644 (file)
--- 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