README.md in slacken-0.1.3 vs README.md in slacken-0.1.4

- old
+ new

@@ -5,19 +5,19 @@ Official description of Slack message formatting is [here](https://api.slack.com/docs/formatting). ## Examples -Sample input source and output texts are in `examples/`. +The following code translates [a html source](https://github.com/increments/slacken/blob/master/examples/source.html) to [a markup text](https://github.com/increments/slacken/blob/master/examples/out.txt) for Slack ``` > require 'slacken' > puts Slacken.translate(File.read('examples/source.html')) # *Slacken* # # This gem translates a html source into *a markup text for Slack*. -# <http://qiita.com|Qiita> uses this gem to decorate notification messages to Slack :trollface:. +# <https://teams.qiita.com|Qiita:Team> uses this gem to decorate notification messages to Slack :trollface:. # # *Examples* # # *List* # @@ -30,25 +30,25 @@ # • Nested Item 2 # # *Citation* # # > Qiita is a technical information sharing site for programmers. -# > Kobito is an application for technical information recording. +# > Kobito is an application for technical information recording. # # *Source Code* # # ```class World # def hello # puts 'Hello, world!' # end # end # ``` # +# ----------- +# # *Image* # # This is a Qiita logo. -# -# ----------- # # <http://cdn.qiita.com/assets/siteid-reverse-1949e989f9d8b2f6fad65a57292b2b01.png|Qiita logo> ``` ## Install