Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
baderouaich committed Sep 30, 2023
1 parent 3557cd1 commit 83e9df7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Telegram Bot C++ Library

Compatible with Telegram [Bot API 6.9 (September 22, 2023)](https://core.telegram.org/bots/api-changelog)

### Usage
### Example
see [examples](examples/) for more examples:
```cpp
#include <tgbotxx/tgbotxx.hpp>
#include <iostream>
Expand Down Expand Up @@ -110,9 +111,6 @@ cmake .. -DCMAKE_BUILD_TYPE=Release
make -j$(nproc)
sudo make install
```
- *Requirements (will be downloaded by cmake if not found in system)*
- [cpr](https://github.com/libcpr/cpr)
- [nlohmann_json](https://github.com/nlohmann/json)


### Ref:
Expand Down

0 comments on commit 83e9df7

Please sign in to comment.