diff --git a/README.md b/README.md
index ca154dd..b58a038 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ Azure AI Bot Service empowers developers to effortlessly create, launch, and exp
Step 1: User Uploads an Image:
-Users access the web application and use the provided interface to upload an image.
Step 2: Image Stored in Azure Blob Storage:
- -The upload_to_blob_storage function is called to upload the image data to a specific container in Azure Blob Storage.
+ -The upload_to_blob_storage function is called to upload the image data to a specific container in Azure Blob Storage.
Step 3: Retrieve Image for Analysis:
-When the user wants to view the analysis results, the application retrieves the image data from Azure Blob Storage.
Step 4: Encode Image Data in Base64: