aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYves Bertot2018-05-08 08:52:45 +0200
committerYves Bertot2018-05-08 08:55:28 +0200
commit95f9fe8090c2a1fc0bbcb9b8ec3b9a4a7c2f45ee (patch)
tree5223e05a55df6e669c7e6cc41fcf38e07a441b5c
parent281fc90700926bd7eb80727bb9e752472d276ba2 (diff)
try with triple backticks
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 636fe265e0..5e4e566fce 100644
--- a/README.md
+++ b/README.md
@@ -7,12 +7,15 @@ How to write plugins in Coq
- Example of function call to print a simple message.
- To use it:
-<pre>
+```bash
cd tuto0; make
coqtop -I src -R theories Tuto0
-</pre>
+```
- In the Coq session type: `Require Tuto0.Loader. HelloWorld.`
+ In the Coq session type:
+```coq
+ Require Tuto0.Loader. HelloWorld.
+```
# tuto1 : Ocaml to Coq communication
Explore the memory of Coq, modify it