Skip to content

Commit f30c79e

Browse files
authored
docs: update 11-caching.mdx
1 parent d5f1bdc commit f30c79e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/docs/guide/11-caching.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ By default, commandkit enables in-memory caching. This means that the cache will
1919
You can provide a custom cache store by specifying the `cacheProvider` option when instantiating CommandKit.
2020

2121
```js
22-
const { CommandKit } = require('commandkit');
22+
import { CommandKit } from 'commandkit';
2323

2424
new CommandKit({
2525
client,

0 commit comments

Comments
 (0)