Skip to content

Commit

Permalink
Fixed overflow of error messages. Added emojis.
Browse files Browse the repository at this point in the history
  • Loading branch information
GM committed Apr 1, 2018
2 parents 9e6b353 + 3ea0a14 commit 3cbeab4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
Simple Node app to do health checks on 1 or more urls and send notifications to a slack channel

## Install :star2::package:
npm i health-check-slack
git clone https://github.com/nclr/health-check-slack.git
cd health-check-slack
npm install

# Usage :sparkles::rocket:
Simply edit config.json and add the urls to check along with the desired interval (in milliseconds) for each loop like the example below:
Expand Down

0 comments on commit 3cbeab4

Please sign in to comment.