Skip to content

Commit 7b2dd8c

Browse files
authored
Update README by removing Table of Contents
Removed the Table of Contents section and updated the package name in the installation instructions.
1 parent a6b26c5 commit 7b2dd8c

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

README.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,6 @@ Supports public, private, bot, user, and topic-based chats.
1616

1717
------------------------------------------------------------------------
1818

19-
## 📚 Table of Contents
20-
21-
- [Features](#features)
22-
- [Installation](#installation)
23-
- [Usage](#usage)
24-
- [Returned Structure](#returned-structure)
25-
- [Supported URL Formats](#supported-url-formats)
26-
- [Logic Helper](#logic-helper)
27-
- [Project Structure](#project-structure)
28-
- [Author](#author)
29-
- [License](#license)
30-
31-
------------------------------------------------------------------------
32-
3319
## ✨ Features
3420

3521
- Validates Telegram URLs
@@ -50,7 +36,7 @@ Supports public, private, bot, user, and topic-based chats.
5036
✔ Users\
5137
✔ Topic chats
5238

53-
- Zero dependencies\
39+
- Zero dependencies
5440

5541
- Clean static API
5642

@@ -60,14 +46,14 @@ Supports public, private, bot, user, and topic-based chats.
6046

6147
### Composer
6248

63-
composer require wizardloop/telegram-url-parser
49+
composer require wizardloop/telegramurlparser
6450

6551
Or manually in `composer.json`:
6652

6753
``` json
6854
{
6955
"require": {
70-
"wizardloop/telegram-url-parser": "^1.0"
56+
"wizardloop/telegramurlparser": "^1.0"
7157
}
7258
}
7359
```

0 commit comments

Comments
 (0)