Skip to content

Commit

Permalink
Updating description slightly.
Browse files Browse the repository at this point in the history
  • Loading branch information
coddingtonbear committed Jun 12, 2021
1 parent fda6044 commit 490ef45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"authorUrl": "https://coddingtonbear.net/",
"isDesktopOnly": false
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 490ef45

Please sign in to comment.