From d98073f1a677ca3469f16bf8aec406afc3187ee0 Mon Sep 17 00:00:00 2001 From: Irakli Gozalishvili <21236+Gozala@users.noreply.github.com> Date: Mon, 1 Dec 2025 23:35:19 -0800 Subject: [PATCH] chore: add note about empty segments Signed-off-by: Irakli Gozalishvili <21236+Gozala@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0747ccc..3b9ced3a 100644 --- a/README.md +++ b/README.md @@ -402,7 +402,7 @@ While arbitrary semantics MAY be described, they MUST apply to the target resour ### Segment Structure -Commands MUST be lowercase, and begin with a slash (`/`). Segments MUST be separated by a slash. A trailing slash MUST NOT be present. All of the following are syntactically valid Commands: +Commands MUST be lowercase, and begin with a slash (`/`). Segments MUST be separated by a slash. A trailing slash MUST NOT be present. Segment MUST NOT be empty. All of the following are syntactically valid Commands: * `/` * `/crud`