README.md in slack-notification-0.1.4 vs README.md in slack-notification-0.1.5

- old
+ new

@@ -53,12 +53,12 @@ %i[success info warning failure] ``` Fields can be formatted in several ways: -String: The fields value becomes the message title, and no fields are submitted. -Hash: Format: `{ title_1: :value_1, [...] }` -Array: Array of hashes, each of format: `{ title: 'Field name', value: field_value, short: true }` +- String: The fields value becomes the message title, and no fields are submitted. +- Hash: Format: `{ title_1: :value_1, [...] }` +- Array: Array of hashes, each of format: `{ title: 'Field name', value: field_value, short: true }` ### Configuration Channels can be made available by setting ENV variables beginning with `SLACK_URL_`.