Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jehy committed Nov 9, 2021
1 parent 49aae42 commit baa4140
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ It is designed for testing telegram bots without using actual telegram server.

You can either include it your Node.JS test code or start api separately as a service.

Client requests to API can be made via special client, received from code, or via special api (not compatible with telegram client api).

## Using as a separate service

Expand Down Expand Up @@ -84,7 +85,7 @@ by bot or client.

You can use any bot API which allows custom Telegram URL like this
(example for `node-telegram-bot-api`):
```
```js
const
TelegramBot = require('node-telegram-bot-api');

Expand Down

0 comments on commit baa4140

Please sign in to comment.