From 12cf6b1f8950e923d731d4ea1fe95b90b331c449 Mon Sep 17 00:00:00 2001 From: mathieu Date: Thu, 18 Mar 2021 09:16:14 +0100 Subject: [PATCH] Fix cmd in Readme.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2a02b6f..ed1eee8 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ To generate iso image gdb could be launch with debug symbols using : - make debug + `make debug` Then you can check some matos specific commands or pretty printing with - help user-defined - info pretty-printer (Should contains matos_pretty_printers) + `help user-defined` + `info pretty-printer` (Should contains matos_pretty_printers)