diff --git a/README.md b/README.md index c9037b4..eb8d516 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ -Extention allow you to copy json path +This extension allows you to copy and paste a jsonpath # Install diff --git a/package.json b/package.json index fe7f0dc..61cbe6b 100644 --- a/package.json +++ b/package.json @@ -2,12 +2,12 @@ "name": "copy-json-path", "publisher": "Malo", "displayName": "Copy Json Path", - "description": "Extension allowing to copy and paste the path of a json key", + "description": "This extension allows you to copy and paste a jsonpath", "icon": "assets/logo.png", "repository": { "url": "https://github.com/MaloPolese/copy-json-path/tree/main" }, - "version": "1.0.1", + "version": "1.0.2", "engines": { "vscode": "^1.58.0" },