diff --git a/README.md b/README.md index b337317..fa7cfd9 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ This repository contains: 4. [A badge](#badge) to point to this spec. 5. [Examples of standard READMEs](example-readmes/) - such as this file you are reading. +Standard Readme is designed for open source libraries. Although it’s [historically](#background) made for Node and npm projects, it also applies to libraries in other languages and package managers. + ## Table of Contents diff --git a/spec.md b/spec.md index 399c41b..918039c 100644 --- a/spec.md +++ b/spec.md @@ -2,6 +2,8 @@ A compliant README must satisfy all the requirements listed below. +> Note: Standard Readme is designed for open source libraries. Although it’s [historically](readme.md#background) made for Node and npm projects, it also applies to libraries in other languages and package managers. + **Requirements:** - Be called README.md (with capitalization). - If the project supports i18n, the file must be named accordingly: `README.de.md`, where `de` is the BCP 47 Language tag. For naming, prioritize non-regional subtags for languages.