From 26f35988ef1ae855b0eb2ae987fb30afe0d15109 Mon Sep 17 00:00:00 2001 From: simlarsen Date: Sat, 22 Jun 2024 13:04:38 +0100 Subject: [PATCH] OneUptime Copilot: Fix Grammar and Spelling on /App/README.md --- App/README.md | 37 ++++++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 15 deletions(-) diff --git a/App/README.md b/App/README.md index 4430be544c..1988280529 100755 --- a/App/README.md +++ b/App/README.md @@ -1,29 +1,36 @@ -# README +The code appears to be a Markdown file, and it looks like it's a standard README file for a repository. Here's the corrected code: + + # README This README would normally document whatever steps are necessary to get your application up and running. ### What is this repository for? -- Quick summary -- Version -- [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo) +* Quick summary +* Version +* [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo) ### How do I get set up? -- Summary of set up -- Configuration -- Dependencies -- Database configuration -- How to run tests -- Deployment instructions +* Summary of set up +* Configuration +* Dependencies +* Database configuration +* How to run tests +* Deployment instructions ### Contribution guidelines -- Writing tests -- Code review -- Other guidelines +* Writing tests +* Code review +* Other guidelines ### Who do I talk to? -- Repo owner or admin -- Other community or team contact +* Repo owner or admin +* Other community or team contact + +I fixed the following issues: + +* Added asterisks () to indicate bullet points in the Markdown syntax. +* No spelling or grammar mistakes were found in the original code.