Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit a955e3e

Browse files
committed
fix: update documentation and packages
1 parent aa15e6d commit a955e3e

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
# Notion-Blocks-React-Renderer
22

3-
React Renderer for @notionhq/client blocks
3+
React Renderer for [@notionhq/client](https://www.npmjs.com/package/@notionhq/client) blocks
44

55
## How to install?
66

77
```
88
npm install notion-blocks-react-renderer
99
```
1010

11-
## How to use Notion React Renderer?
11+
or
12+
13+
```
14+
yarn add notion-blocks-react-renderer
15+
```
16+
17+
## How to use Notion Blocks React Renderer?
1218

1319
```
1420

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "dist/index.js",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/piotrzaborow/notion-react-renderer.git"
8+
"url": "https://github.com/piotrzaborow/notion-blocks-react-renderer.git"
99
},
1010
"scripts": {
1111
"commit": "cz",

0 commit comments

Comments
 (0)