Skip to content

Commit 6d5bdaa

Browse files
authored
Update packages/core/CHANGELOG.md
1 parent 076e9fa commit 6d5bdaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
`updateSettings()` accepts an `aliases` object that maps custom keys to an action (`up | down | left | right | space | enter | cancel`).
1010

1111
```ts
12-
import { updateSettings } from "@clack/prompts";
12+
import { updateSettings } from "@clack/core";
1313

1414
// Support custom keybindings
1515
updateSettings({

0 commit comments

Comments
 (0)