From d0dc1479ea4270da97a966eb213c0bfe524c90eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 27 Sep 2019 09:06:43 +0100 Subject: [PATCH] README.md: improve language --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4aa2c02..0b89d30 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A fast, persistent use_nix implementation for direnv. Prominent features: -- significantly faster after the first run by caching nix-shell environment +- significantly faster after the first run by caching the nix-shell environment - prevents garbage collection of build dependencies by symlinking the resulting shell derivation in the user's `gcroots` (Life is too short to loose your build cache of your project if you are in a plane without internet connection)