Skip to content

Commit

Permalink
fix: updated docs with an example for getting database ID
Browse files Browse the repository at this point in the history
  • Loading branch information
ravgeetdhillon authored Feb 22, 2022
1 parent f33adeb commit ea40770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Different views of accessing Unread, Starred feed items.
NOTION_READER_DATABASE_ID
NOTION_FEEDS_DATABASE_ID
```
> To find your database id, visit your database on Notion. You'll get a URL like this: https://www.notion.so/{workspace_name}/{database_id}?v={view_id}.
> To find your database id, visit your database on Notion. You'll get a URL like this: https://www.notion.so/{workspace_name}/{database_id}?v={view_id}. For example, if your URL looks like this: https://www.notion.so/abc/xyz?v=123, then `xyz` is your database ID.
8. Delete the [release workflow file](.github/workflows/release.yml) as it is only required in the original repository.

Expand Down

0 comments on commit ea40770

Please sign in to comment.