./README.md in rack-subdomain-0.3.1 vs ./README.md in rack-subdomain-0.4.0

- old
+ new

@@ -1,21 +1,21 @@ # rack-subdomain -Rack middleware to transparently route requests with a subdomain to a specified path with substitutions. +Rack middleware to transparently route requests with a subdomain +to a specified path with substitutions. ## Usage ### Gemfile -``` ruby +```ruby gem 'rack-subdomain' ``` ### config.ru -``` ruby - +```ruby # Simple Example use Rack::Subdomain, "example.com", to: "/users/:subdomain" # Complex Example @@ -25,14 +25,11 @@ end ``` ## Contact -Mattt Thompson +[Mattt](https://twitter.com/mattt) -- http://github.com/mattt -- http://twitter.com/mattt -- m@mattt.me - ## License -rack-subdomain is available under the MIT license. See the LICENSE file for more info. +rack-subdomain is available under the MIT license. +See the LICENSE file for more info.