README.md in slack-notification-0.1.0 vs README.md in slack-notification-0.1.1
- old
+ new
@@ -57,10 +57,14 @@
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_`.
+
+If you are using Rails credentials, the `:slack` will take priority over ENV variables, ir present.
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).