From 574464cc0bb9244711c70925f6477a008319e9c5 Mon Sep 17 00:00:00 2001
From: Chris Holdgraf <choldgraf@berkeley.edu>
Date: Wed, 17 Jun 2020 11:15:18 -0700
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2bdbe5e..8b84479 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ breaking over time.
 [pip-compile](https://github.com/jazzband/pip-tools/) is a handy
 tool for combining loosely specified dependencies with a fully frozen environment.
 You write a requirements.in with just the dependencies you need
-and pip-compile with generate a requirements.txt with all the strict packages and versions that would come from installing that package right now.
+and pip-compile will generate a requirements.txt with all the strict packages and versions that would come from installing that package right now.
 That way, you only need to specify what you actually know you need,
 but you also get a snapshot of your environment.
 
-- 
GitLab