README.md in slack_messaging-2.0.0 vs README.md in slack_messaging-2.1.0
- old
+ new
@@ -26,13 +26,13 @@
This project requires a config file that should look like this:
```
slack:
- channel: "#<AWESOME CHANNEL NAME>"
+ channel: <AWESOME CHANNEL NAME>
username: <AWESOME USER NAME>
- webhook_url: <WEBHOOK URL>
+ webhook_url: <SLACK WEBHOOK URL>
icon_emoji: ":<SOME EMOJI>:"
```
The default is for the file to be named `~/.slack_messaging.yml`, but a different path can be passed in like this:
@@ -64,11 +64,11 @@
slack-messaging slack "MESSAGE 1" "MESSAGE 2" "MESSAGE 3" ... "MESSAGE N"
```
The output of slack_messaging will look something like this:
-<img src="https://github.com/emmasax4/slack_messaging/blob/main/OutputFile.png" width="1000">
+<img src="https://github.com/emmasax4/slack_messaging/blob/main/QuoteExample.png" width="500">
I hope you enjoy printing fun and specialized messages to Slack!
### Tests
@@ -78,10 +78,10 @@
To submit a feature request, bug ticket, etc, please submit an official [GitHub Issue](https://github.com/emmasax4/slack_messaging/issues/new).
To report any security vulnerabilities, please view this project's [Security Policy](https://github.com/emmasax4/slack_messaging/security/policy).
-This repository does have a standard [Code of Conduct](https://github.com/emmasax4/slack_messaging/blob/main/.github/code_of_conduct.md).
+When interacting with this repository, please follow [Contributor Covenant's Code of Conduct](https://contributor-covenant.org).
## Releasing
To make a new release of this gem: