Skip to content

Commit d98073f

Browse files
committed
chore: add note about empty segments
Signed-off-by: Irakli Gozalishvili <21236+Gozala@users.noreply.github.com>
1 parent f4abee8 commit d98073f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ While arbitrary semantics MAY be described, they MUST apply to the target resour
402402

403403
### Segment Structure
404404

405-
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:
405+
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:
406406

407407
* `/`
408408
* `/crud`

0 commit comments

Comments
 (0)