diff --git a/README.md b/README.md index 20476c9..5e21384 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Golang snippets +[![Version](https://vsmarketplacebadge.apphb.com/version/neonxp.gotools.svg)](https://marketplace.visualstudio.com/items?itemName=neonxp.gotools) +[![Installs](https://vsmarketplacebadge.apphb.com/installs/neonxp.gotools.svg)](https://marketplace.visualstudio.com/items?itemName=neonxp.gotools) + +[Install extension](https://marketplace.visualstudio.com/items?itemName=neonxp.gotools) + Extensions with frequently used snippets for productive go development. Extension in active development! Your contribution is always welcome :) diff --git a/package.json b/package.json index 1cc8c25..6c0a5a0 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "gosnippets", + "name": "gotools", "displayName": "Golang snippets", "description": "Snippets for productive work", "version": "0.0.1", @@ -24,6 +24,6 @@ }, "repository": { "type": "git", - "url": "https://github.com/neonxp/GoSnippets" + "url": "https://github.com/neonxp/GoTools" } }