diff --git a/README.md b/README.md index 9914d2d..9be3083 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Use [sern](https://sern-handler.js.org) as your discord framework please. Thanks! <3 +Use [sern](https://sern.dev) as your discord framework please. Thanks! <3 ## Usage diff --git a/package.json b/package.json index a9224a9..628b1a7 100644 --- a/package.json +++ b/package.json @@ -1,27 +1,29 @@ { - "name": "sern-snippets", - "displayName": "sern Snippets", - "description": "Snippets for the sern discord bot framework", - "version": "1.1.0", - "repository": {"url": "https://github.com/SrIzan10/sern-snippets"}, - "publisher": "SrIzan", - "icon": "icon.png", - "engines": { - "vscode": "^1.49.0" - }, - "categories": [ - "Snippets" - ], - "contributes": { - "snippets": [ - { - "language": "javascript", - "path": "./snippets/snippets.code-snippets" - }, - { - "language": "typescript", - "path": "./snippets/snippets.code-snippets" - } - ] - } + "name": "sern-snippets", + "displayName": "sern Snippets", + "description": "Snippets for the sern discord bot framework", + "version": "1.1.0", + "repository": { + "url": "https://github.com/sern-handler/snippets" + }, + "publisher": "SrIzan", + "icon": "icon.png", + "engines": { + "vscode": "^1.49.0" + }, + "categories": [ + "Snippets" + ], + "contributes": { + "snippets": [ + { + "language": "javascript", + "path": "./snippets/snippets.code-snippets" + }, + { + "language": "typescript", + "path": "./snippets/snippets.code-snippets" + } + ] + } }