瀏覽代碼

docs: fix table rendering in README.md

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
kotoyuuko 3 天之前
父節點
當前提交
58761e4072
共有 1 個文件被更改,包括 10 次插入8 次删除
  1. 10 8
      README.md

+ 10 - 8
README.md

@@ -21,16 +21,18 @@ A Cloudflare Workers Scheduled Worker that automatically fetches exchange rates
 
 ### Notion Setup
 
-1. Create a Notion database with the following properties:
+Create a Notion database with the following properties:
 
-   | Property | Type |
-   |----------|------|
-   | Code | Title |
-   | Rate | Number |
-   | Updated At | Date |
+| Property   | Type   |
+|------------|--------|
+| Code       | Title  |
+| Rate       | Number |
+| Updated At | Date   |
 
-2. Create a Notion Integration at https://www.notion.so/my-integrations
-3. Share your database with the integration
+Then:
+
+1. Create a Notion Integration at https://www.notion.so/my-integrations
+2. Share your database with the integration
 
 ### Installation