From 481e2c684b8a778dfcb2f73b98ffe88d4d1a7ac8 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier <contact@jbpasquier.eu> Date: Thu, 18 Jun 2020 21:14:28 +0200 Subject: [PATCH] update: sib to solid --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c65d906..c74c5ef 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 acc6c76..9fb603c 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", -- GitLab