diff --git a/README.md b/README.md
index 758dcaa..55b20e1 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-
+
# Markdown Editor Optimized (MEO)
Optimized editor for markdown files with live edit mode.
diff --git a/package.json b/package.json
index 1fb9c34..14a2a6b 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
- "name": "markdown-editor-optimized",
+ "name": "meo",
"displayName": "Markdown Editor Optimized",
- "description": "WYSIWYG editor for markdown files with live edit mode.",
+ "description": "Optimized editor for markdown files with live edit mode.",
"version": "0.1.0",
"publisher": "vadimmelnicuk",
"private": true,
@@ -21,6 +21,10 @@
"markdown-editor",
"markdown-preview"
],
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/vadimmelnicuk/meo.git"
+ },
"main": "./dist/extension.js",
"activationEvents": [
"onLanguage:markdown"