File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/content/docs/getting-started Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,17 @@ imageTitle: Mantine rich text editor using BlockNote
99[ Mantine] ( https://mantine.dev/ ) is an open-source collection of React components.
1010
1111``` console tab="npm"
12- npm install @mantine/core @mantine/hooks @mantine/util
12+ npm install @mantine/core @mantine/hooks @mantine/utils
1313npm install @blocknote/core @blocknote/react @blocknote/mantine
1414```
1515
1616``` console tab="pnpm"
17- pnpm add @mantine/core @mantine/hooks @mantine/util
17+ pnpm add @mantine/core @mantine/hooks @mantine/utils
1818pnpm add @blocknote/core @blocknote/react @blocknote/mantine
1919```
2020
2121``` console tab="bun"
22- bun add @mantine/core @mantine/hooks @mantine/util
22+ bun add @mantine/core @mantine/hooks @mantine/utils
2323bun add @blocknote/core @blocknote/react @blocknote/mantine
2424```
2525
You can’t perform that action at this time.
0 commit comments