Fix pkg name
Update README.md
This commit is contained in:
parent
d3dc0c07d2
commit
28fadaab6f
2 changed files with 7 additions and 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 :)
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue