diff --git a/README.md b/README.md
index f00e06ff7..a69ce3b37 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
![recipes-logo](recipes-logo.png)
-A collection of easy-to-digest code examples for Lightning Web Components. Each recipe demonstrates how to code a specific task in the fewest lines of code possible, while following best practices. A View Source link takes you right to the code in GitHub. From Hello World to data access and third-party libraries, there is a recipe for that!
+A collection of easy-to-digest code examples for Lightning Web Components. Each recipe demonstrates how to code a specific task in the fewest lines of code possible while following best practices. A "View Source" link takes you directly to the code on GitHub. From "Hello World" to data access and third-party libraries, there's a recipe for that!
@@ -86,9 +86,9 @@ A collection of easy-to-digest code examples for Lightning Web Components. Each
## Installing the app using an Unlocked Package
-Follow this set of instructions if you want to deploy the app to a more permanent environment than a Scratch org or if you don't want to install the local developement tools. You can use a non source-tracked orgs such as a free [Developer Edition Org](https://developer.salesforce.com/signup) or a [Trailhead Playground](https://trailhead.salesforce.com/).
+Follow this set of instructions if you want to deploy the app to a more permanent environment than a Scratch org or if you don't want to install the local development tools. You can use non source-tracked orgs such as a free [Developer Edition Org](https://developer.salesforce.com/signup) or a [Trailhead Playground](https://trailhead.salesforce.com/).
-Make sure to start from a brand-new environment to avoid conflicts with previous work you may have done.
+Make sure to start from a brand-new environment to avoid conflicts with any previous work you may have done.
1. Log in to your org
@@ -114,7 +114,7 @@ Make sure to start from a brand-new environment to avoid conflicts with previous
1. In **Setup**, under **Themes and Branding**, activate the **Recipes Lite** or **Recipes Blue** theme.
-1. In App Launcher, click **View All** then select the **LWC** app.
+1. In App Launcher, click **View All** then select the **LWC Recipes** app.
## Installing the App using a Developer Edition Org or a Trailhead Playground
@@ -166,7 +166,7 @@ Make sure to start from a brand-new environment to avoid conflicts with previous
## Optional Installation Instructions
-This repository contains several files that are relevant if you want to integrate modern web development tooling to your Salesforce development processes, or to your continuous integration/continuous deployment processes.
+This repository contains several files that are relevant if you want to integrate modern web development tools into your Salesforce development processes or into your continuous integration/continuous deployment processes.
### Code formatting