From 5e8562f6430bf15e9953727b59b3b625f72628ae Mon Sep 17 00:00:00 2001 From: Madison Swain-Bowden Date: Mon, 27 Dec 2021 15:38:45 -0800 Subject: [PATCH] Remove extra backtick in README (#240) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cbc6dc5..55c38916 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ tldextract http://forums.bbc.co.uk ### Note About Caching Beware when first running the module, it updates its TLD list with a live HTTP -request. This updated TLD set is usually cached indefinitely in ``$HOME/.cache/python-tldextract`. +request. This updated TLD set is usually cached indefinitely in `$HOME/.cache/python-tldextract`. To control the cache's location, set TLDEXTRACT_CACHE environment variable or set the cache_dir path in TLDExtract initialization.