diff --git a/README.md b/README.md
index c65d90642e8b4795bf4edfe2fecb655cba759425..c74c5efa3a318b7521601d77ead5a01e61a6d272 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 Solid XMPP Chat is an [XMPP](https://xmpp.org/) client based on [Web Component](webcomponents.org) and the [ConverseJS](https://github.com/jcbrand/converse.js) library. 
 
-The goal of Solid XMPP Chat, and its family of web components, is to allow you to deploy a chat on your application by adding a single `<sib-chat>` tag to your HTML, let alone the configuration of the XMPP server. 
+The goal of Solid XMPP Chat, and its family of web components, is to allow you to deploy a chat on your application by adding a single `<solid-xmpp-chat>` tag to your HTML, let alone the configuration of the XMPP server. 
 
 ## Prerequisite
 
diff --git a/package.json b/package.json
index acc6c7644124e19d279a092ecdd772b109d2b97d..9fb603c0d08f089315939c10dbcd044bac732159 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
   "main": "dist/index.js",
   "repository": {
     "type": "git",
-    "url": "https://git.startinblox.com/components/sib-chat.git"
+    "url": "https://git.startinblox.com/components/solid-xmpp-chat.git"
   },
   "author": "startinblox",
   "license": "MIT",