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 /package.json | |
parent | d3dc0c07d233937e29dafc8dda7990b6ec6cefa9 (diff) |
Fix pkg name
Update README.md
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
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" } } |