diff options
author | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2021-03-19 03:24:12 +0300 |
---|---|---|
committer | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2021-03-19 11:32:12 +0300 |
commit | 28fadaab6f30d1f5a9167790fb2492e8dd25b990 (patch) | |
tree | 5d8cfb427f21f61cad5216a4a2bea1308543bfa4 | |
parent | d3dc0c07d233937e29dafc8dda7990b6ec6cefa9 (diff) |
Fix pkg name
Update README.md
-rw-r--r-- | README.md | 5 | ||||
-rw-r--r-- | package.json | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -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" } } |