diff --git a/README.md b/README.md index 55ce92e..e7561d1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Excalidraw Tool Palletes +# Excalidraw Tool Palettes -Provides tool "palletes" for https://github.com/zsviczian/obsidian-excalidraw-plugin +Provides tool "palettes" for https://github.com/zsviczian/obsidian-excalidraw-plugin You can save style configuration for each of the provided tool in excalidraw: rectangle, diamond, ellipse, arrow, line, freedraw, and text. diff --git a/manifest.json b/manifest.json index edbcfb5..a4e326e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { - "id": "excalidraw-obsidian-tool-palletes", - "name": "Excalidraw Tool Palletes", + "id": "excalidraw-obsidian-tool-palettes", + "name": "Excalidraw Tool Palettes", "version": "1.1.0", "minAppVersion": "0.12.0", - "description": "excalidraw-obsidian-tool-palletes", + "description": "excalidraw-obsidian-tool-palettes", "author": "Krishna Kant Sharma", "authorUrl": "https://krishnakantsharma.com", "isDesktopOnly": false -} \ No newline at end of file +}