From 4f4111634ea55ef61fa0a5debe80b707c5f8b7b8 Mon Sep 17 00:00:00 2001 From: Rahul Rajak <67949307+Rahulrajak1710@users.noreply.github.com> Date: Thu, 8 Aug 2024 20:35:19 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dccaf3c..181c29e 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ `cd your-repository` # Install Dependencies: `npm install` -#Configure Secrets: +# Configure Secrets: - Go to your GitHub repository settings. Under "Secrets and variables," add any necessary secrets (e.g., AWS credentials). -- Prepare GitHub Actions Workflow: +# Prepare GitHub Actions Workflow: Ensure .github/workflows/your-workflow.yml is configured correctly for your build and deployment processes.