When referencing external products, libraries, or services in documentation and code, always use their official names exactly as specified by the vendor, and treat them as proper nouns without articles.
When referencing external products, libraries, or services in documentation and code, always use their official names exactly as specified by the vendor, and treat them as proper nouns without articles.
Key principles:
Example from documentation:
// Incorrect
Install the Prisma Client, the Prisma adapter for Cloudflare's Serverless Driver D1
// Correct
Install Prisma Client, Prisma adapter for Cloudflare D1
This ensures accuracy, professionalism, and consistency when referencing third-party technologies, while avoiding confusion about official product capabilities or features.
Enter the URL of a public GitHub repository