From 78e3d2059183d58d138e696a7d94fda55f973b12 Mon Sep 17 00:00:00 2001 From: vladislav doster Date: Wed, 13 Apr 2022 12:40:43 -0500 Subject: [PATCH] docs: correct typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f9e67f8..8b99f325 100644 --- a/README.md +++ b/README.md @@ -462,7 +462,7 @@ There are two other relevant scenarios: If you want to skip venv creation, all the original examples are made valid by simply removing the venv activation line: `source .venv/bin/activate`. - To enable caching in this case, you will want to set up something resembling the the linting job caching step in + To enable caching in this case, you will want to set up something resembling the linting job caching step in the [Matrix testing](#mtesting); caching your pip wheels rather than your installed dependencies. Since you're not caching your whole venv, you will need to re-install dependencies every time you run the job;