Skip to content

Commit

Permalink
update example to provide type
Browse files Browse the repository at this point in the history
  • Loading branch information
drujensen committed Feb 22, 2017
1 parent a1c1f2f commit 4116d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -33,7 +33,7 @@ string.
```crystal
require "delimiter_tree"
tree = Delimiter::Tree.new("/")
tree = Delimiter::Tree(Symbol).new("/")
tree.add "/*", :all_children
tree.add "/products", :products
tree.add "/products/:id", :specific_product
Expand Down

0 comments on commit 4116d12

Please sign in to comment.