From 0c64f38baa69d2801f37f616e349d06bb3943b72 Mon Sep 17 00:00:00 2001 From: Kilderson Sena Date: Sun, 19 Apr 2026 17:47:33 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e07c7b5..e9e7467 100644 --- a/README.md +++ b/README.md @@ -550,7 +550,7 @@ for f in *"("*; do mv "$f" "$(echo "$f" | sed 's/[()]//g')"; done **Unknown Command error in graphify:** If an `unknown command '.'` error occurs in the `Generate the graph` step, in newer versions the `update` parameter should be placed immediately after `graphify`, resulting in: ```bash -graphify update . --obsidian --obsidian-dir ~/vault/graphify/combustiveis-api +graphify update . --obsidian --obsidian-dir ~/vault/graphify/project-name ``` ---