We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eadb09 commit c2460c5Copy full SHA for c2460c5
README.md
@@ -99,10 +99,10 @@ The following [Notion API page property types](https://developers.notion.com/ref
99
## Usage
100
101
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
+wrapping your favourite static site generator tool. You can install it from npm
103
104
```bash
105
-npm add "git+ssh://git@github.com:meshcloud/notion-markdown-cms.git#main"
+npm add "@meshcloud/notion-markdown-cms"
106
```
107
108
You can find an example build script using the node.js API below.
0 commit comments