README.md in rack-xslview-0.0.2 vs README.md in rack-xslview-0.1.0

- old
+ new

@@ -25,17 +25,16 @@ xslhash = { "/path/alskjddf" => "test.xsl", /specific\.xml$/ => 'different.xsl' } xslhash.default("/path/to/output.xhtml10.xsl") # Use the middleware use Rack::XSLView, :myxsl => default_xsl, :noxsl => noxsl, :xslhash => xslhash - - </pre> Resources --------- +* <http://www.docunext.com/wiki/Rack-XSLView> * <http://github.com/docunext/Rack-XSLView> Thanks ------