README.md in seg-0.0.1 vs README.md in seg-0.1.0
- old
+ new
@@ -65,11 +65,11 @@
>> s.prev
=> ""
>> s.curr
=> "/users/42"
-```ruby
+```
As you can see, the command fails and the `prev` and
`curr` strings are not altered. Now we'll see
how to capture segment values:
@@ -104,10 +104,10 @@
>> s.curr
=> ""
>> captures
=> {:foo=>"users", :bar=>42}
-```ruby
+```
Installation
------------
```