diff --git a/README.md b/README.md
index e1499bbdd84e05887c955cb8d419be0138ade90b..b3a8539e9c492f9713e5ec73d7ee08f6813ce05c 100644
--- a/README.md
+++ b/README.md
@@ -38,9 +38,10 @@ This script performs the following actions:
 
 ### Step 3: Vectorizing the PDF Files
 
-Before starting vectorizing, please go to AWS bedrock service and request the following models:
-* Titan Embedding v1
-* Claude v2
+Start by requesting access to the following models on the AWS Bedrock service:
+
+    - Titan Embedding v1
+    - Claude v2
 
 After setting up the S3 bucket and Vector DB, we could process PDF files to generate and store embeddings in the vector database.