chore: formatting 0bbb13fa
Steve · 2026-04-25 08:24 1 file(s) · +1 −1
packages/client/src/pages/feeds.astro +1 −1
35 35
      ))}
36 36
    </ul>
37 37
    <h2 class="text-xl font-semibold text-accent-2 pt-8">API</h2>
38 -
    <p>I'm currently using my own RSS aggregator and reader called<a href="https://andromeda.build/apps/feeds/" target="_blank" rel="noopener noreferrer" class="style-link">Feeds</a> to manage my feeds, which inlcudes an API to programmatically share them as a list.</p>
38 +
    <p>I'm currently using my own RSS aggregator and reader called <a href="https://andromeda.build/apps/feeds/" target="_blank" rel="noopener noreferrer" class="style-link">Feeds</a> to manage my feeds, which inlcudes an API to programmatically share them as a list.</p>
39 39
    <pre class="whitespace-pre-wrap break-all"><code># JSON
40 40
curl https://feeds.stevedylan.dev/feeds?format=json
41 41