diff --git a/README.md b/README.md
index 66fbb41..daaa7b3 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ To experiment and run one of the below Jupyter Notebooks on Google Colab click t
In order to run the Jupyter Notebook on your local machine, follow these steps:
-Make a new directory on your local file system where the 3DEP Jupyter Notebooks (and all 3DEP data, if desired) will be saved. In this case, the directory will be called `3DEP`. Change into the new directory and git clone the Github repository containing the Jupyter Notebooks and other relevant files to your local file system.
+Make a new directory on your local file system where the 3DEP Jupyter Notebooks (and all 3DEP data, if desired) will be saved. In this case, the directory will be called `3DEP`. Change into the new directory and git clone the GitHub repository containing the Jupyter Notebooks and other relevant files to your local file system.
```bash
mkdir 3DEP
@@ -42,7 +42,7 @@ git clone https://github.com/OpenTopography/OT_3DEP_Workflows
Anaconda is recommended for Python package installation and management. Package versions in Anaconda are managed by the package management system *conda*. Anaconda installers for MacOS/Linux/Windows can be downloaded from https://docs.anaconda.com/anaconda/install/. Follow the instructions to install the appropriate version of Anaconda for your operating system.
-After installing Anaconda, create a conda virtual environment with the required dependencies (contained in `environment.yml`). Note: Exectuting the following command will automatically create the conda environment with name `3dep` and all of the required dependencies installed. If you would prefer a different name, replace `3dep` with another name in the following command:
+After installing Anaconda, create a conda virtual environment with the required dependencies (contained in `environment.yml`). Note: Executing the following command will automatically create the conda environment with name `3dep` and all of the required dependencies installed. If you would prefer a different name, replace `3dep` with another name in the following command:
```bash
cd OT_3DEP_Workflows
@@ -75,7 +75,7 @@ Now, launch the chosen Jupyter Notebook. If unsure how to launch a Notebook, ref
## Issues and Feature Improvements
-Reporting issues and/or providing suggestions for improving these workflows or developing new ones is highly encouranged. Issues or suggested feature improvements may be submitted as an issue or by email to OpenTopography Support.
+Reporting issues and/or providing suggestions for improving these workflows or developing new ones is highly encouraged. Issues or suggested feature improvements may be submitted as an issue or by email to OpenTopography Support.
## Funding
@@ -85,13 +85,13 @@ OpenTopography is supported by the National Science Foundation (NSF) under Award
## Additional Resources
-- The USGS 3DEP lidar point ploud pata are accessible in Entwine Point Tile (EPT) format from this Amazon Web Services S3 Bucket.
+- The USGS 3DEP lidar point cloud data are accessible in Entwine Point Tile (EPT) format from this Amazon Web Services S3 Bucket.
- The USGS hydrologic unit boundaries are accessed via the USGS Watershed Dataset Map Service.
-- The USGS 7.5' quadrangle boundaries are accessed via the USGS Map Indicies Service.
+- The USGS 7.5' quadrangle boundaries are accessed via the USGS Map Indices Service.
-- Documentation for open-source Python libararies used by these workflows include PDAL and GDAL.
+- Documentation for open-source Python libraries used by these workflows include PDAL and GDAL.
- The UNAVCO Student Internship Program (USIP).