From a647c2bc9071882b95cbb279f2a8c3d50d59217b Mon Sep 17 00:00:00 2001 From: Dario Baumberger Date: Wed, 18 Oct 2023 23:03:18 +0200 Subject: [PATCH] fixed typo --- README.md | 2 +- manifest.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",