Skip to content

Commit de9a732

Browse files
authored
Improve install instructions
1 parent 2bc08da commit de9a732

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ Renders your Notion blocks with ease.
66

77
```bash
88
npm install react-notion
9+
```
10+
11+
If you use code blocks and want syntax highlighting, install `primsjs`.
912

10-
// if you use code blocks with syntax highlighting
13+
```bash
1114
npm install prismjs
1215
```
1316

0 commit comments

Comments
 (0)