Skip to content

Commit 0232017

Browse files
authored
Merge pull request #44 from wednesday-solutions/feat/documentation
feat: Documentation changes
2 parents 532ee01 + 63d4b81 commit 0232017

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ This repository provides a template for creating and deploying a FastAPI project
5252
- [Run the Project](#6-run-the-project)
5353
- [Advanced Usage](#advanced-usage)
5454
- [Circuit breakers](#circuit-breakers)
55-
- [Configuring Signoz Monitoring Tool](#configuring-signoz-monitoring-tool)
56-
- [Logging with Signoz](#logging-with-signoz)
55+
- [Configuring SigNoz Monitoring Tool](#configuring-signoz-monitoring-tool)
56+
- [Logging with SigNoz](#logging-with-signoz)
5757
- [Database Monitoring Using Percona](#database-monitoring-using-percona)
5858
- [Deploy Service on AWS ECS](#deploy-service-on-aws-ecs)
5959
- [Related Dashboard Links](#related-dashboard-links)
@@ -86,7 +86,7 @@ This repository provides a template for creating and deploying a FastAPI project
8686
#### Requirements:
8787
- Python 3
8888
- Docker
89-
- mysql
89+
- MySQL
9090

9191
#### 1. Initialize & Setup Environment
9292

@@ -310,7 +310,7 @@ To monitor your database using Percona, follow these steps:
310310
- Choose MySQL as the service you want to monitor.
311311
312312
7. **Provide Database Details:**
313-
- Enter the hostname, username, password, and any other necessary environment variables required to connect to your MySQL database.
313+
- Enter the hostname, username, password and any other necessary environment variables required to connect to your MySQL database.
314314
315315
8. **Finish Configuration:**
316316
- Click add service.
@@ -342,4 +342,4 @@ If you are new to AWS Copilot or you want to learn more about AWS Copilot, pleas
342342
#### Additional Useful scripts
343343
- Tests - scripts/run_tests.sh
344344
- Linting & Formatting - scripts/lint_and_format.sh
345-
- Load tests - scripts/load_tests.sh (Change [locust.conf](https://docs.locust.io/en/stable/configuration.html) accordinly)
345+
- Load tests - scripts/load_tests.sh (Change [locust.conf](https://docs.locust.io/en/stable/configuration.html) accordingly)

0 commit comments

Comments
 (0)