We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f1bdc commit f30c79eCopy full SHA for f30c79e
apps/website/docs/guide/11-caching.mdx
@@ -19,7 +19,7 @@ By default, commandkit enables in-memory caching. This means that the cache will
19
You can provide a custom cache store by specifying the `cacheProvider` option when instantiating CommandKit.
20
21
```js
22
-const { CommandKit } = require('commandkit');
+import { CommandKit } from 'commandkit';
23
24
new CommandKit({
25
client,
0 commit comments