From db330920976937083a4da4f8306c59e73096d4ac Mon Sep 17 00:00:00 2001 From: titanism <101466223+titanism@users.noreply.github.com> Date: Sat, 25 Feb 2023 13:14:59 -0600 Subject: [PATCH] fix: fixed indentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c40c18..9764626 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ import Tangerine from 'tangerine'; const cacheable = new CacheableLookup({ resolver: new Tangerine({ // explicitly disabled since `cacheable-lookup` already takes case - // + // cache: false }); });