From f30c79ece55658230b3cf445258d388a4d96b3fc Mon Sep 17 00:00:00 2001 From: Twilight <46562212+twlite@users.noreply.github.com> Date: Sun, 12 Jan 2025 15:07:32 +0545 Subject: [PATCH] docs: update 11-caching.mdx --- apps/website/docs/guide/11-caching.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/docs/guide/11-caching.mdx b/apps/website/docs/guide/11-caching.mdx index d867b3c..219def1 100644 --- a/apps/website/docs/guide/11-caching.mdx +++ b/apps/website/docs/guide/11-caching.mdx @@ -19,7 +19,7 @@ By default, commandkit enables in-memory caching. This means that the cache will You can provide a custom cache store by specifying the `cacheProvider` option when instantiating CommandKit. ```js -const { CommandKit } = require('commandkit'); +import { CommandKit } from 'commandkit'; new CommandKit({ client,