Skip to content

Commit 2c305e7

Browse files
authored
Update src/content/docs/creating-custom-feeds.mdx
1 parent 4672c00 commit 2c305e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/creating-custom-feeds.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ This says: "Find each article, get the title from the h2 anchor, and get the lin
7979

8080
## Your First Config
8181

82-
**Step 1:** Inspect the website you want to create a feed for. Start with your browser's developer tools to inspect the live DOM. "View Page Source" can still help, but it may miss JavaScript-rendered content.
82+
**Step 1:** Look at the website you want to create a feed for. Right-click → "View Page Source" to see the HTML structure.
8383

8484
**Step 2:** Create a file called `example.com.yml` with this basic structure:
8585

0 commit comments

Comments
 (0)