mirror of
https://gitea.invidious.io/iv-org/shard-radix.git
synced 2024-08-15 00:43:21 +00:00
doc: Correct usage sample styles
Ensure Crystal is used as usage examples blocks covered in README. [skip ci]
This commit is contained in:
parent
cc0f5ca225
commit
63bdc343f4
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ end
|
|||
|
||||
You can also extract values from placeholders (as named segments or globbing):
|
||||
|
||||
```
|
||||
```crystal
|
||||
tree.add "/products/:id", :product
|
||||
|
||||
result = tree.find "/products/1234"
|
||||
|
|
Loading…
Reference in a new issue