From c20aba2f8fec1dd27f69fccb9b1ee139b9a2e8ae Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 13 Dec 2021 01:44:11 +0300 Subject: [PATCH] minor fix... Signed-off-by: Alex A. Naanou --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae156f0..087545f 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ $ make install If only building the docs is required without installing: ```shell -$ make doc +$ make pdf ``` For more info on `make` targets see the: [./Makefile](./Makefile)