From: Jonas Obrist Date: Sat, 21 Apr 2018 19:15:13 +0000 (+0900) Subject: fixed cache file location in readme (#150) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/5cfea54c15167e8ba68fde6bcf10d70575697c13?ds=sidebyside fixed cache file location in readme (#150) --- 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