diff --git a/spec.md b/spec.md index 5b1c60a..b36110a 100644 --- a/spec.md +++ b/spec.md @@ -39,7 +39,13 @@ _Note: This is only a navigation guide for the specification, and does not defin **Status:** Required. **Requirements:** -- Title must match repository and package manager names. If any of these don't match, there must be a note in the [Long Description](#long-description) explaining why. +- Title must match repository, folder and package manager names - or it may have another, relevant title with the repository, folder, and package manager title next to it in italics and in parentheses. For instance: + + ```markdown + # Standard Readme Style _(standard-readme)_ + ``` + + If any of the folder, repository, or package manager names do not match, there must be a note in the [Long Description](#long-description) explaining why. **Suggestions:** - Should be self-evident. @@ -82,6 +88,7 @@ _Note: This is only a navigation guide for the specification, and does not defin **Requirements:** - Does not require its own title. +- If any of the folder, repository, or package manager names do not match, there must be a note here as to why. See [Title section](#title). **Suggestions:** - If too long, consider moving to the [Background](#background) section.