diff --git a/README.md b/README.md index 7807e9a..4ac8ab3 100644 --- a/README.md +++ b/README.md @@ -72,13 +72,6 @@ Supported color names: :black, :redish, :greenish, :yellowish, :blueish, :purpleish, :cyanish, :pale ``` -Use methods such as `.red` to set string color: - -```ruby -irb> puts "red text".red -red text # (it's red) -``` - Use `Object#ai` to return an ASCII encoded string: ```ruby @@ -311,6 +304,14 @@ With other web frameworks (ex: in Sinatra templates) you can explicitly request formatting: <%= ap @accounts.first, :html => true %> + +### String Convenience Methods ### +Use methods such as `.red` to set string color: + +```ruby +irb> puts "red text".red +red text # (it's red) +``` ### Setting Custom Defaults ### You can set your own default options by creating ``.aprc`` file in your home