From 2f6dde8a9056eea843b0753d34c113bbce4d6c3a Mon Sep 17 00:00:00 2001 From: Krishna Kant Sharma Date: Sun, 31 Jul 2022 18:09:42 +0530 Subject: [PATCH] typo fix --- README.md | 4 ++-- manifest.json | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) 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 +}