README.md in surrounded-0.5.0 vs README.md in surrounded-0.5.1
- old
+ new
@@ -1,6 +1,6 @@
-# Surrounded
+# ![Surrounded](http://saturnflyer.github.io/surrounded/images/surrounded.png "Surrounded")
## Bring your own complexity
[![Build Status](https://travis-ci.org/saturnflyer/surrounded.png?branch=master)](https://travis-ci.org/saturnflyer/surrounded)
[![Code Climate](https://codeclimate.com/github/saturnflyer/surrounded.png)](https://codeclimate.com/github/saturnflyer/surrounded)
[![Coverage Status](https://coveralls.io/repos/saturnflyer/surrounded/badge.png)](https://coveralls.io/r/saturnflyer/surrounded)
@@ -445,12 +445,12 @@
# role :activator, :interface do
# def some_behavior; end
# end
#
# use your own classes if you don't want SimpleDelegator
- # class MySpecialClass
+ # class SomeSpecialRole
# include Surrounded # you must remember this
- # # Surrounded assumes MySpecialClass.new(the_role_player_here)
+ # # Surrounded assumes SomeSpecialRole.new(some_special_role)
# def initialize(...);
# # ... your code here
# end
# end