Skip to content

Commit ec375de

Browse files
committed
update readmen
1 parent d0a0434 commit ec375de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ Create a `.env` file and replace all the <> with your own information.
9393
```
9494
CANVAS_API_URL=<example: https://canvas-page.edu>
9595
CANVAS_API=<your canvas api token>
96-
NOTION_PAGE=<page id of the parent page to create the database>
97-
NOTION_API=<your notion api key>
98-
NOTION_DATABASE='default'
96+
NOTION_PAGE=<page id of the parent page to create the database> # example: https://www.notion.so/{name}/{page}-**0123456789abcdefghijklmnopqrstuv**?{otherstuff}
97+
NOTION_API=<your notion api key> # filled by user
98+
NOTION_DATABASE='invalid' # filled by integration
9999
```
100100

101101
### 6. Run Code

0 commit comments

Comments
 (0)