From 126e57da30cc781faf28d94d6ffcf83278b8f27f Mon Sep 17 00:00:00 2001 From: Chad Miller Date: Sun, 19 May 2024 15:32:58 -0400 Subject: [PATCH] Adhere to developer-policy naming standards within Obsidian Closes: #18 --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 402ab79..7982abc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "id": "obsidian-graphviz", - "name": "Obsidian Graphviz", + "name": "Graphviz", "version": "1.0.5", "minAppVersion": "0.11.5", - "description": "Render Graphviz Diagrams", + "description": "Render Diagrams, directed and undirected and radial and circular graphs", "author": "Feng Peng", "authorUrl": "https://QAMichaelPeng.github.io", "isDesktopOnly": true