aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYves Bertot2018-05-08 08:58:07 +0200
committerYves Bertot2018-05-08 08:58:07 +0200
commitf5b772c0b299442ff730a3ee3064897ea62c1cec (patch)
treeecc19070f34659447c6a857f26cbb091cf2906aa
parent95f9fe8090c2a1fc0bbcb9b8ec3b9a4a7c2f45ee (diff)
problems with bullet lists
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5e4e566fce..94a0b9da34 100644
--- a/README.md
+++ b/README.md
@@ -3,9 +3,9 @@ How to write plugins in Coq
# Working environment : merlin, tuareg (open question)
# tuto0 : basics of project organization
package a ml4 file in a plugin, organize a `Makefile`, `_CoqProject`
- - Example of syntax to add a new toplevel command
- - Example of function call to print a simple message.
- - To use it:
+ - Example of syntax to add a new toplevel command
+ - Example of function call to print a simple message.
+ - To use it:
```bash
cd tuto0; make