Skip to content

Commit

Permalink
fix: explain last updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mary-ext committed May 3, 2024
1 parent ff45725 commit 69d204b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/generate-markdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ const labelerResults = await Promise.all(

const template = `# Scraped AT Protocol instances
Last updated: {{time}}
Last updated: {{time}}[^1]
Found by enumerating plc.directory and bsky.network, some instances might not be
part of mainnet.
Expand All @@ -189,6 +189,8 @@ part of mainnet.
## Labelers
<!-- labeler-start --><!-- labeler-end -->
[^1]: Reflecting actual changes, not when the scraper was last run
`;

let pdsTable = `
Expand Down

0 comments on commit 69d204b

Please sign in to comment.