diff --git a/README.md b/README.md index 0d1487b..d38f65e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Simply switch between JSON and tables. -Generate a table from a JSON string or a URL (which returns JSON) or in your notes. Generate JSON from a table in your notes. +Generate a table from a JSON string or a URL (which returns JSON) in your notes. Generate JSON from a table in your notes. ## Commands diff --git a/manifest.json b/manifest.json index 747e769..893a2a9 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "JSON table", "version": "1.0.0", "minAppVersion": "0.15.0", - "description": "Simply switch between JSON and tables. Generate a table from a JSON string or a URL (which returns JSON) or in your notes. Generate JSON from a table in your notes.", + "description": "Simply switch between JSON and tables. Generate a table from a JSON string or a URL (which returns JSON) in your notes. Generate JSON from a table in your notes.", "author": "Dario Baumberger", "authorUrl": "https://github.com/dario-baumberger", "fundingUrl": "https://www.buymeacoffee.com/dariobaumberger", diff --git a/package.json b/package.json index 745fdba..8dfb6a8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "obsidian-json-table", "version": "1.0.0", - "description": "Simply switch between JSON and tables. Generate a table from a JSON string or a URL (which returns JSON) or in your notes. Generate JSON from a table in your notes.", + "description": "Simply switch between JSON and tables. Generate a table from a JSON string or a URL (which returns JSON) in your notes. Generate JSON from a table in your notes.", "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs",