README in merb-slices-0.9.8 vs README in merb-slices-0.9.9

- old
+ new

@@ -62,12 +62,12 @@ # example: /foo/:controller/:action/:id add_slice(:BlogSlice, 'foo') # same as :path => 'foo' -# example: /:lang/:controller/:action/:id (with :a param set) +# example: /:lang/:controller/:action/:id -add_slice(:BlogSlice, :path => ':lang', :params => { :a => 'b' }) +add_slice(:BlogSlice, :path => ':lang') # example: /:controller/:action/:id slice(:BlogSlice) \ No newline at end of file