diff --git a/manifest.json b/manifest.json index 47098cf..9eebac1 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "CSV Table", "version": "1.0.0", "minAppVersion": "0.11.10", - "description": "Render CSV data as a table in Obsidian.", + "description": "Render CSV data as a table within your notes.", "author": "Adam Coddington ", "authorUrl": "https://coddingtonbear.net/", "isDesktopOnly": false diff --git a/package.json b/package.json index ac64402..fd5880f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "obsidian-csv-table", "version": "1.0.0", - "description": "Render CSV data as a table in Obsidian.", + "description": "Render CSV data as a table within your notes.", "main": "main.js", "scripts": { "dev": "rollup --config rollup.config.js -w",