From 8525ca23a846bf8ae346cf659bcb9aaf199a6cdc Mon Sep 17 00:00:00 2001 From: ph4ge <67114670+ph4ge@users.noreply.github.com> Date: Fri, 11 Oct 2024 09:35:15 +0000 Subject: [PATCH] Update README.md Typo in the GNU/Linux apt install command of graphviz --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b301276..5309609 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ To install graphviz, run the following command: Linux: ```bash -sudo apt-get graphvis +sudo apt install graphviz ``` macOS: