Skip to content

Commit

Permalink
mention command in description
Browse files Browse the repository at this point in the history
  • Loading branch information
NomarCub committed Jul 15, 2021
1 parent f1fbed1 commit 5088638
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": "Open vault in VSCode",
"version": "1.0.0",
"minAppVersion": "0.11.13",
"description": "Ribbon button to open vault as a Visual Studio Code workspace",
"description": "Ribbon button and command to open vault as a Visual Studio Code workspace",
"author": "NomarCub",
"authorUrl": "https://github.com/NomarCub",
"isDesktopOnly": true
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": "open-vscode",
"version": "1.0.0",
"description": "Open vault in Visual Studio Code button for Obsidian (https://obsidian.md)",
"description": "Open vault in Visual Studio Code ribbon button and command for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
"dev": "rollup --config rollup.config.js -w",
Expand Down

0 comments on commit 5088638

Please sign in to comment.