You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+47-13Lines changed: 47 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,13 @@ Telegraf Test - Simple Test ToolKit of Telegram Bots
15
15
16
16
## Installation
17
17
18
-
Module available through the [npm registry](https://www.npmjs.com/). It can be installed using the [`npm`](https://docs.npmjs.com/getting-started/installing-npm-packages-locally) or [`yarn`](https://yarnpkg.com/en/) command line tools.
18
+
Module available through the [npm registry](https://www.npmjs.com/). It can be installed using the [`npm`](https://docs.npmjs.com/getting-started/installing-npm-packages-locally) or [`yarn`](https://yarnpkg.com/en/) command line tool.
19
19
20
20
```sh
21
-
# NPM
22
-
npm install telegraf-test --save
23
-
# Or Using Yarn
21
+
# Yarn (Recomend)
24
22
yarn add telegraf-test
23
+
# NPM
24
+
npm install telegraf-test --save
25
25
```
26
26
27
27
## Example
@@ -126,6 +126,10 @@ Return request of [axios](https://github.com/axios/axios) or `false` in updates
126
126
127
127
Telegram Bot Api Server Emulator. Start with `startServer()`.
0 commit comments