From 5cfea54c15167e8ba68fde6bcf10d70575697c13 Mon Sep 17 00:00:00 2001 From: Jonas Obrist Date: Sun, 22 Apr 2018 04:15:13 +0900 Subject: [PATCH] fixed cache file location in readme (#150) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9801ec9..9522ec5 100644 --- a/README.md +++ b/README.md @@ -448,9 +448,9 @@ location of the file depends on the black version and the system on which black is run. The file is non-portable. The standard location on common operating systems is: -* Windows: `C:\\Users\\AppData\Local\black\black\Cache\\cache.pkl` -* macOS: `/Users//Library/Caches/black//cache.pkl` -* Linux: `/home//.cache/black//cache.pkl` +* Windows: `C:\\Users\\AppData\Local\black\black\Cache\\cache.pickle` +* macOS: `/Users//Library/Caches/black//cache.pickle` +* Linux: `/home//.cache/black//cache.pickle` ## Testimonials -- 2.39.5