diff --git a/README.md b/README.md index 781f755..f8179a8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Obsidian Custom Frames -An Obsidian plugin that allows adding iframes with custom styling as editor tabs. Also comes with presets for Google Keep, Bring and more. +An Obsidian plugin that allows adding iframes with custom styling as editor tabs. Also comes with presets for Google Keep and more. ![A screenshot of the plugin in action](screenshot.png) diff --git a/manifest.json b/manifest.json index b045aba..d7b3e77 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "Custom Frames", "version": "1.1.1", "minAppVersion": "0.13.33", - "description": "A plugin that allows adding iframes with custom styling as editor tabs. Also comes with presets for Google Keep, Bring and more.", + "description": "A plugin that allows adding iframes with custom styling as editor tabs. Also comes with presets for Google Keep and more.", "author": "Ellpeck", "authorUrl": "https://ellpeck.de", "isDesktopOnly": true diff --git a/package.json b/package.json index dbbb91a..eedcd45 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "obsidian-custom-frames", "version": "1.1.1", - "description": "An Obsidian plugin that allows adding iframes with custom styling as editor tabs. Also comes with presets for Google Keep, Bring and more.", + "description": "An Obsidian plugin that allows adding iframes with custom styling as editor tabs. Also comes with presets for Google Keep and more.", "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs",