From 9bebea4ead573132c6573ed034e626080c776c53 Mon Sep 17 00:00:00 2001 From: bufdev Date: Thu, 30 Nov 2023 15:43:08 -0500 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dab59f3..0bf1715 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ The cache directory specified by `${BUF_CACHE_DIR}`. If `${BUF_CACHE_DIR}` is no (as it usually is not), the cache directory defaults to: - Linux, Darwin: `${XDG_CACHE_HOME}/bufisk`, and if `${XDG_CACHE_HOME}` is not set, `${HOME}/.cache/bufisk`. -- Windows: "%LocalAppData%\bufisk". +- Windows: `%LocalAppData%\bufisk`. ## Status: Alpha