diff --git a/README.md b/README.md index 7fbc620..8c927f6 100644 --- a/README.md +++ b/README.md @@ -44,13 +44,11 @@ Features * Automatic support for [Einhorn][einhorn], systemd, and [more][bind] * [Graceful shutdown][graceful], and zero-downtime graceful reload when combined with Einhorn. -* Ruby on Rails / jQuery style [parameter parsing][param] * High in antioxidants [einhorn]: https://github.com/stripe/einhorn [bind]: http://godoc.org/github.com/zenazn/goji/bind [graceful]: http://godoc.org/github.com/zenazn/goji/graceful -[param]: http://godoc.org/github.com/zenazn/goji/param [pattern]: https://godoc.org/github.com/zenazn/goji/web#Pattern diff --git a/example/main.go b/example/main.go index 0fa57b2..d49b2af 100644 --- a/example/main.go +++ b/example/main.go @@ -14,8 +14,8 @@ import ( "regexp" "strconv" + "github.com/goji/param" "github.com/zenazn/goji" - "github.com/zenazn/goji/param" "github.com/zenazn/goji/web" )