fix: link Agent Company to agentcompanies.io in export README
Update the "What's Inside" section to use a blockquote linking "Agent Company" to https://agentcompanies.io and "Paperclip" to https://paperclip.ing. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -96,7 +96,7 @@ export function generateReadme(
|
||||
// What's Inside table
|
||||
lines.push("## What's Inside");
|
||||
lines.push("");
|
||||
lines.push("This is an [Agent Company](https://paperclip.ing) package.");
|
||||
lines.push("> This is an [Agent Company](https://agentcompanies.io) package from [Paperclip](https://paperclip.ing)");
|
||||
lines.push("");
|
||||
|
||||
const counts: Array<[string, number]> = [];
|
||||
|
||||
Reference in New Issue
Block a user