diff --git a/README.md b/README.md
index 8dd6de8..f27e9a3 100644
--- a/README.md
+++ b/README.md
@@ -6,15 +6,15 @@ you can create a Telegram bot to receive notifications from GitHub or GitLab eve
and manage customization through messages and buttons on Telegram.
-
+
-
-[](https://packagist.org/lbiltech/telegram-git-notifier)
-[](https://packagist.org/packages/lbiltech/telegram-git-notifier)
+
+[](https://packagist.org/cslant/telegram-git-notifier)
+[](https://packagist.org/packages/cslant/telegram-git-notifier)
[](https://styleci.io/repos/683908657)
-[](https://scrutinizer-ci.com/g/lbiltech/telegram-git-notifier)
-[](https://codeclimate.com/github/lbiltech/telegram-git-notifier/maintainability)
+[](https://scrutinizer-ci.com/g/cslant/telegram-git-notifier)
+[](https://codeclimate.com/github/cslant/telegram-git-notifier/maintainability)
## ๐ Requirements
@@ -27,7 +27,7 @@ and manage customization through messages and buttons on Telegram.
You can install this package via Composer:
```bash
-composer require lbiltech/telegram-git-notifier
+composer require cslant/telegram-git-notifier
```
## ๐งช Testing
diff --git a/UPGRADING.md b/UPGRADING.md
new file mode 100644
index 0000000..fec26df
--- /dev/null
+++ b/UPGRADING.md
@@ -0,0 +1,5 @@
+## Upgrading
+
+### Moving from lbiltech/telegram-git-notifier to cslant/telegram-git-notifier
+- Run `composer remove lbiltech/telegram-git-notifier` and `composer require cslant/telegram-git-notifier`
+- Replace any reference in your application from `LbilTech\TelegramGitNotifier` to `Cslant\TelegramGitNotifier`
diff --git a/common/helpers.php b/common/helpers.php
index ba9a497..64a9e08 100755
--- a/common/helpers.php
+++ b/common/helpers.php
@@ -1,6 +1,6 @@
[
'discussion' => $_ENV['TGN_AUTHOR_DISCUSSION'] ??
- 'https://github.com/lbiltech/telegram-git-notifier/discussions',
+ 'https://github.com/cslant/telegram-git-notifier/discussions',
'source_code' => $_ENV['TGN_AUTHOR_SOURCE_CODE'] ??
- 'https://github.com/lbiltech/telegram-git-notifier',
+ 'https://github.com/cslant/telegram-git-notifier',
],
/** Set the path to the data file */
diff --git a/src/Bot.php b/src/Bot.php
index 1a23041..63eb059 100644
--- a/src/Bot.php
+++ b/src/Bot.php
@@ -1,19 +1,19 @@
bot = new Bot();
diff --git a/tests/NotifierTest.php b/tests/NotifierTest.php
index a61c320..cfeb682 100644
--- a/tests/NotifierTest.php
+++ b/tests/NotifierTest.php
@@ -1,6 +1,6 @@
nofitier = new Notifier();
diff --git a/tests/ValidatorTest.php b/tests/ValidatorTest.php
index 2eed1e5..02eeafa 100644
--- a/tests/ValidatorTest.php
+++ b/tests/ValidatorTest.php
@@ -1,7 +1,7 @@
bot = new Bot();