From 4d81aa98a90ad8b5f4b5f5026090ebd1570c2938 Mon Sep 17 00:00:00 2001
From: Ubuntu <ubuntu@ip-172-31-24-66.us-east-2.compute.internal>
Date: Sat, 13 May 2023 04:52:30 +0000
Subject: [PATCH] updating readme

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 9d5a3ce..e6325db 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# AutoYCSB
+# Benchmarking Tool
 
 This tool provides end-to-end automation for benchmarking using YCSB. The tool deploys instances, installs YCSB, collects results and present plots for comparision.
 
@@ -34,6 +34,8 @@ provider "aws" {
 }
 ```
 
+4. Add private key (.pem) file to the directory
+
 ### Usage:
 
 Run the script with super user access as it should createe output files
-- 
GitLab