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:
parent
b26b9cda7b
commit
6f7609daac
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ export function generateReadme(
|
||||||
// What's Inside table
|
// What's Inside table
|
||||||
lines.push("## What's Inside");
|
lines.push("## What's Inside");
|
||||||
lines.push("");
|
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("");
|
lines.push("");
|
||||||
|
|
||||||
const counts: Array<[string, number]> = [];
|
const counts: Array<[string, number]> = [];
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue