diff options
| author | Yves Bertot | 2018-05-08 08:58:07 +0200 |
|---|---|---|
| committer | Yves Bertot | 2018-05-08 08:58:07 +0200 |
| commit | f5b772c0b299442ff730a3ee3064897ea62c1cec (patch) | |
| tree | ecc19070f34659447c6a857f26cbb091cf2906aa | |
| parent | 95f9fe8090c2a1fc0bbcb9b8ec3b9a4a7c2f45ee (diff) | |
problems with bullet lists
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
