diff --git a/README.md b/README.md index 611fc71..32eae84 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# dashlane-vscode +# Dashlane for VS Code Extension The Dashlane VS Code extension helps integrate your favorite IDE with the Dashlane password manager. ## Features -![Dashlane VS Code extension quickview](/images/dashlane-vscode-anim.gif) +![Dashlane VS Code extension quick view](/images/dashlane-vscode-example.png) ## Requirements diff --git a/images/dashlane-vscode-example.png b/images/dashlane-vscode-example.png new file mode 100644 index 0000000..9579f33 Binary files /dev/null and b/images/dashlane-vscode-example.png differ diff --git a/package.json b/package.json index a12ae97..714f281 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dashlane-vscode", - "displayName": "dashlane-vscode", - "description": "Use Dashlane CLI from VS Code", + "displayName": "Dashlane", + "description": "Load your passwords, secrets and notes from Dashlane in VS Code", "version": "1.0.0", "publisher": "Dashlane", "license": "Apache-2.0",