From c989f4136aff03058d6a5523dcc1d890ed62bc15 Mon Sep 17 00:00:00 2001 From: Nalin Gupta Date: Tue, 5 Nov 2024 15:40:35 +0000 Subject: [PATCH] Readability changes --- cloud-chatops/INSTALL.md | 4 ++-- cloud-chatops/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cloud-chatops/INSTALL.md b/cloud-chatops/INSTALL.md index 7d914d4..1239f98 100644 --- a/cloud-chatops/INSTALL.md +++ b/cloud-chatops/INSTALL.md @@ -1,5 +1,5 @@ -# Deploying a Cloud ChatOps application -This document details the instructions to install and run ChatOps +# Deploying Cloud ChatOps +This document details the instructions to install dependencies and run the ChatOps application ## Contents: [Requirements](#requirements)
diff --git a/cloud-chatops/README.md b/cloud-chatops/README.md index 5c85c60..5db206e 100644 --- a/cloud-chatops/README.md +++ b/cloud-chatops/README.md @@ -30,4 +30,4 @@ Events are defined in the `main.py/schedule_jobs` function:
### Deployment -For instructions on how to install and deploy Cloud ChatOps, see [INSTALL.md](./INSTALL.md) +For instructions on how to deploy Cloud ChatOps, see [INSTALL.md](./INSTALL.md)