Skip to content

Commit 4ee353b

Browse files
committed
Update README.md to clarify .NET version and simplify service descriptions
1 parent 1ff4e0b commit 4ee353b

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
# Telegram Integration Library
4949

50-
.NET10.0 Library to be used to implement Telegram integration.
50+
.NET10 Library to be used to implement Telegram integration.
5151

5252
## Goals
5353

@@ -56,7 +56,7 @@ The goal of this repository is to help developers/companies to implement solutio
5656
The solution contains integration with the following services:
5757

5858
- **OpenAI** for the implementation of a chatbot that can be used to interact with the user.
59-
- **Stripe** for the implementation of a payment system that can be used to interact with the user.
59+
- **Stripe** for the implementation of a payment system.
6060
- **MongoDB** for the implementation of a storage system that can be used to store the user data.
6161
- **CloudAmqp** for the implementation of a message broker that can be used to send messages between the services.
6262

@@ -77,11 +77,6 @@ Make sure you have following accounts:
7777
- [MongoDB](https://www.mongodb.com/) account
7878
- [CloudAmqp](https://www.cloudamqp.com/) account
7979

80-
On Azure you need to create the following resources:
81-
82-
- Azure Cognitive Services account
83-
- Azure Storage account
84-
8580
## Getting Started
8681

8782
```bash

0 commit comments

Comments
 (0)