diff --git a/README.md b/README.md index f017818..a193581 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The stack that's used by this starter: - [Azure Function App](https://docs.microsoft.com/en-us/azure/azure-functions/) - as a host for your bot - [Github Actions](https://github.com/features/actions) - building and deploying to Azure -This started provides a mode for developing your bot on your local machine as well as a mode for running in production. The difference is that the production mode works using a Telegram webhook while the development mode uses the default Telegram long polling mechanism. This way there's no hassle using tunneling software like ngrok. +This starter provides a mode for developing your bot on your local machine as well as a mode for running in production. The difference is that the production mode works using a Telegram webhook while the development mode uses the default Telegram long polling mechanism. This way there's no hassle using tunneling software like ngrok. # Setting up the bot ## Step 1: Preparing the code @@ -81,4 +81,4 @@ My final tip is to create a separate bot for production and for development. Thi # It's a wrap That's it! Please let me know what you're going to use the bot for. If you ran out of ideas, check out [What can I do with bots?](https://core.telegram.org/bots#1-what-can-i-do-with-bots) to see what Telegram supports. -Happy coding! \ No newline at end of file +Happy coding!