Skip to content

Commit 3d0bef2

Browse files
authored
Fix /ucan namespace regex
This was missing the initial `/`. Signed-off-by: Petra Jaros <peeja@peeja.com>
1 parent 30e4897 commit 3d0bef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ flowchart BT
453453

454454
#### `/ucan` Namespace
455455

456-
The `/ucan` Command namespace MUST be reserved. This MUST include any ability string matching the regex `^ucan\/.*`. This is important for keeping a space for community-blessed Commands in the future, such as standard library Commands, such as [Revocation].
456+
The `/ucan` Command namespace MUST be reserved. This MUST include any ability string matching the regex `^\/ucan\/.*`. This is important for keeping a space for community-blessed Commands in the future, such as standard library Commands, such as [Revocation].
457457

458458
## Attenuation
459459

0 commit comments

Comments
 (0)