diff --git a/sections/designRules.md b/sections/designRules.md index 60c76cb..84f9016 100644 --- a/sections/designRules.md +++ b/sections/designRules.md @@ -14,7 +14,7 @@ The REST architectural style is centered around the concept of a [=resource=]. A
Statement
- Resources are referred to using nouns (instead of verbs) that represent entities meaningful to the API consumer. + Resources MUST be referred to using nouns (instead of verbs) that represent entities meaningful to the API consumer.