Skip to content

Commit

Permalink
docs: update 11-caching.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
twlite authored Jan 12, 2025
1 parent d5f1bdc commit f30c79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/website/docs/guide/11-caching.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f30c79e

Please sign in to comment.