Skip to content

Commit 451dbf4

Browse files
committed
Updated readme (2)
1 parent db020f8 commit 451dbf4

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
@@ -13,7 +13,7 @@ This script import markdown notes to Notion.
1313
1. Get `NOTION_TOKEN` and give access to your note where the data will be imported
1414
- [Create your integration in Notion](https://developers.notion.com/docs/create-a-notion-integration#getting-started)
1515

16-
2. Run the script specifying the folder with notes
16+
2. Run the script specifying the folder with markdown notes
1717

1818
```bash
1919
export NOTION_TOKEN 'secret_notion_token'
@@ -22,7 +22,7 @@ export DB_NAME 'notion'
2222
export DB_USER 'notion'
2323
export DB_PASSWORD 'notion-password'
2424

25-
node index.js --import /path/no/notes
25+
node index.js --import /path/to/notes
2626
```
2727

2828
3. Some notes may not import correctly. [Solutions](https://github.com/tryfabric/martian#working-with-notions-limits)

0 commit comments

Comments
 (0)