Update README for readability
Updated Readme for clarity for new users Breakdown:
🌎 What is Amplify
⚙️ How Amplify Work?
👥 Who uses Amplify
⛳️ What is Amplify's Goal

Hi @strawberrie68 can you unstage .github/workflows/issue-metrics.yml file so it does not get merged with this PR?
I think I unstaged it but I don't think it worked.
I did this: git reset --soft HEAD~1 git reset HEAD -- issues-metrics.yml
I also tried to discard changed to the yml file but it seems like it is still in PR
It looks like you still need to commit the unstaging of the file. The changes are living locally.
Verify the status of your working directory to ensure that the file issues-metrics.yml is no longer staged. Use the following command: git status. This should show that the file is modified but not staged.
Then the following commands below
git commit -m "unstage issue-metrics.yml"
git push origin strawberrie68/issue616