Skip to content

Commit 528de4f

Browse files
authored
Update README.md
1 parent ba59626 commit 528de4f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,19 @@ Installation
2525
Clone the repository:
2626

2727
```bash
28-
Copier le code
2928
git clone <https://github.com/your-username/your-repo-name.git>
3029
cd your-repo-name
3130
```
3231

3332
Install dependencies:
3433

3534
```bash
36-
Copier le code
3735
npm install
3836
```
3937

4038
Run the application:
4139

4240
```bash
43-
Copier le code
4441
npm start
4542
```
4643

@@ -56,7 +53,6 @@ Configuration
5653
Telegram Integration: To receive notifications via Telegram, you need to set up a bot and get your bot token and chat ID. Configure these in the .env file.
5754

5855
```bash
59-
Copier le code
6056
TELEGRAM_BOT_TOKEN=your_bot_token
6157
TELEGRAM_CHAT_ID=your_chat_id
6258
```

0 commit comments

Comments
 (0)