From ea407702f1475e981e42ae2c2222518cacfc7324 Mon Sep 17 00:00:00 2001 From: Ravgeet Dhillon Date: Tue, 22 Feb 2022 08:48:50 +0530 Subject: [PATCH] fix: updated docs with an example for getting database ID --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0d95277..aedf0d75 100644 --- a/README.md +++ b/README.md @@ -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.