Fix pkg name

Update README.md
This commit is contained in:
Александр Кирюхин 2021-03-19 03:24:12 +03:00
parent d3dc0c07d2
commit 28fadaab6f
No known key found for this signature in database
GPG key ID: 6DF7A2910D0699E9
2 changed files with 7 additions and 2 deletions

View file

@ -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 :)

View file

@ -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"
}
}