Skip to content

Commit

Permalink
Remove extra backtick in README (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
AetherUnbound authored Dec 27, 2021
1 parent 164b63c commit 5e8562f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 5e8562f

Please sign in to comment.