domkm / silk

Routing for Clojure & ClojureScript
222 stars 13 forks source link

Update README query example to be more realistic #23

Closed AdamFrey closed 8 years ago

AdamFrey commented 8 years ago

Instead of generic "i am a path" and "i am a query" sample paths and queries, let's show something that's closer to how this library will be used by developers.

Particularly we should be using :symbols in the query map, because it's unlikely they users would want to only route to a route on an exact query parameter string match.

domkm commented 8 years ago

Looks good. Thanks!