From bb4800505b4e8a15348e9e1c48602f3472c1b70d Mon Sep 17 00:00:00 2001 From: Udit Karode Date: Sat, 8 Apr 2023 22:22:36 +0530 Subject: [PATCH] doc(readme): formatting --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 526b96c..40f2fd7 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,7 @@ A Telegram bot that lets you interact with the Bing AI from chats that you allow * Copy `variables.example.ts` to `variables.ts`, go through it, and add the required information. * Run `yarn dev` or `yarn build && yarn start` to start the bot. -### OR using docker -**> To start using this project,** +**> To start using this project using Docker,** * Run `docker compose -f .build/docker-compose.yml build` to build the container * Copy `variables.example.ts` to `variables.ts`, go through it, and add the required information.