Skip to content

Commit

Permalink
Merge pull request #21 from Afoxcute/patch-1
Browse files Browse the repository at this point in the history
Update: Ensure more readability
  • Loading branch information
NivEz authored Jul 22, 2024
2 parents 6eae981 + 20bf04d commit 821f169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ bot.onTextMessage('hello', async (messageBody) => {
In this example the bot will listen only to 'hello' text messages and will respond to the user 'hello back'. Any other
message will be ignored.

- Note that `bot.createServer()` method requires express, and we are using `dotenev` as well which both are not
- Note that `bot.createServer()` method requires `express`, and we are using `dotenev` as well which both are not
installed automatically with `Telenode`.

Additional examples can be found in the [examples folder](https://github.com/NivEz/telenode/tree/main/examples).
Expand Down

0 comments on commit 821f169

Please sign in to comment.