diff --git a/README.md b/README.md index d08ab96..066e2fc 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ bun add --dev @hraness/direct@0.7.6 npm install --save-dev @hraness/direct@0.7.6 ``` -[npm](https://www.npmjs.com/package/@hraness/direct) · -[github](https://github.com/hraness/direct) · -[overview](https://hraness.com/direct) +[Install @hraness/direct from npm](https://www.npmjs.com/package/@hraness/direct) · +[Direct source on GitHub](https://github.com/hraness/direct) · +[Direct overview](https://hraness.com/direct) ```text real interface and feature state diff --git a/scripts/npm-publish-workflow.test.ts b/scripts/npm-publish-workflow.test.ts index 9650537..b853b85 100644 --- a/scripts/npm-publish-workflow.test.ts +++ b/scripts/npm-publish-workflow.test.ts @@ -175,9 +175,9 @@ describe("npm release workflows", () => { const opening = readme.slice(0, 1_500).replace(/\s+/gu, " ").toLowerCase(); expect(opening).toContain(String(manifest.description).toLowerCase()); for (const link of [ - "[npm](https://www.npmjs.com/package/@hraness/direct)", - "[github](https://github.com/hraness/direct)", - "[overview](https://hraness.com/direct)", + "[Install @hraness/direct from npm](https://www.npmjs.com/package/@hraness/direct)", + "[Direct source on GitHub](https://github.com/hraness/direct)", + "[Direct overview](https://hraness.com/direct)", ]) expect(readme).toContain(link); });