Skip to content

Commit c2460c5

Browse files
doc: fix npm install instructions
1 parent 3eadb09 commit c2460c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ The following [Notion API page property types](https://developers.notion.com/ref
9999
## Usage
100100

101101
At the moment `notion-markdown-cms` is meant to be consumed via its node.js API from build scripts
102-
wrapping your favourite static site generator tool. Since we're not publishing to npm yet, add it to your project directly from github
102+
wrapping your favourite static site generator tool. You can install it from npm
103103

104104
```bash
105-
npm add "git+ssh://git@github.com:meshcloud/notion-markdown-cms.git#main"
105+
npm add "@meshcloud/notion-markdown-cms"
106106
```
107107

108108
You can find an example build script using the node.js API below.

0 commit comments

Comments
 (0)