Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-baumberger committed Oct 18, 2023
1 parent abec10c commit a647c2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
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": "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",
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-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",
Expand Down

0 comments on commit a647c2b

Please sign in to comment.