README.md in takosan-1.2.0 vs README.md in takosan-1.3.0
- old
+ new
@@ -25,9 +25,10 @@
```ruby
Takosan.url = "http://irc.example.com:4649"
Takosan.channel = "#example"
Takosan.privmsg 'awesome comment'
+Takosan.privmsg 'awesome comment and title with link', color: '#000', title: 'black title', title_link: 'http://example.com'
```
You can change Takosan's icon and name like the following:
```ruby