Skip to content

Commit b26b697

Browse files
committed
fix: Update readme to point to @sillsdev/docu-notion
1 parent d7d74a2 commit b26b697

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,22 @@ means that the id is "0456aa5842946PRETEND4f37c97a0e5".
3838
Determine where you want the markdown files and images to land. The following works well for Docusaurus instances:
3939

4040
```
41-
npx docu-notion -n secret_PRETEND123456789PRETEND123456789PRETEND6789 -r 0456aa5842946PRETEND4f37c97a0e5"
41+
npx @sillsdev/docu-notion -n secret_PRETEND123456789PRETEND123456789PRETEND6789 -r 0456aa5842946PRETEND4f37c97a0e5"
4242
```
4343

4444
Likely, you will want to store these codes in your environment variables and then use them like this:
4545

4646
```
4747
(windows)
48-
npx docu-notion -n %MY_NOTION_TOKEN% -r %MY_NOTION_DOCS_ROOT_PAGE_ID%
48+
npx @sillsdev/docu-notion -n %MY_NOTION_TOKEN% -r %MY_NOTION_DOCS_ROOT_PAGE_ID%
4949
```
5050

5151
```
5252
(linux / mac)
53-
npx docu-notion -n $MY_NOTION_TOKEN -r $MY_NOTION_DOCS_ROOT_PAGE_ID
53+
npx @sillsdev/docu-notion -n $MY_NOTION_TOKEN -r $MY_NOTION_DOCS_ROOT_PAGE_ID
5454
```
5555

56-
NOTE: In the above, we are using `npx` to use the latest `docu-notion`. A more conservative approach would be to `npm i cross-var docu-notion` and then create a script in your package.json like this:
56+
NOTE: In the above, we are using `npx` to use the latest `docu-notion`. A more conservative approach would be to `npm i cross-var @sillsdev/docu-notion` and then create a script in your package.json like this:
5757

5858
```
5959
"scripts": {

0 commit comments

Comments
 (0)