From ce82ca6c06e2fd52c76cc9821bdf38fd0c71080f Mon Sep 17 00:00:00 2001
From: Stuart Sides <ssides@usgs.gov>
Date: Thu, 11 Feb 2021 13:29:43 -0700
Subject: [PATCH] Update README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 452e623..9a13901 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ When you clone this library make sure you add the `--recursive` flag to your
 `git clone` command. Alterntively, you can run
 `git submodule update --init --recursive` after cloning.
 
-You can also install of the build requirements using Conda with the provided
+You can also install the build requirements using Conda with the provided
 `environment.yml` file. The following commands will create a new environment
 to build against. Note that googletest cannot be installed via anaconda and must
 be available within the source code. You can remove the googletest dependency
@@ -70,7 +70,7 @@ conda env create -n usgscsm -f environment.yml -y
 
 ## Building USGSCSM
 
-USGSCSM uses a standard cmake build system. To compile the library, and
+USGSCSM uses a standard cmake build system. To compile the library and
 tests use the following commands:
 
 1. `mkdir build && cd build`
-- 
GitLab