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

index 9515336a87251e965f77d0df41d0ab01bd7f1f68..db90e5c2ad754334213c5140ff0d24a18bb71757 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,5 @@ 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