From 3da201bc2699f3a4563945ffe3beba9cf54dac37 Mon Sep 17 00:00:00 2001 From: Valentin Reis Date: Thu, 20 Dec 2018 13:47:37 -0600 Subject: [PATCH] [doc] Readme update. --- .README.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.README.md b/.README.md index 113e510..0a005b1 100644 --- a/.README.md +++ b/.README.md @@ -112,7 +112,7 @@ There are a few things one has to be aware of using this workflow: - Without using the `rev` argument, the `builtins.fetchGit` nix command prefetches and buffers its output, with an expiration time that ranges ten minutes by default. Use a local checkout if you need to modify some of these - sources on the fly: + sources on the fly. ### Example CI setup diff --git a/README.md b/README.md index 1e7f629..747e841 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,7 @@ There are a few things one has to be aware of using this workflow: - Without using the `rev` argument, the `builtins.fetchGit` nix command prefetches and buffers its output, with an expiration time that ranges ten minutes by default. Use a local checkout if you need - to modify some of these sources on the fly: + to modify some of these sources on the fly. ### Example CI setup -- 2.26.2