Skip to content

Commit

Permalink
Re-order Twilio to bottom (alphabetical) of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
scobal committed Apr 22, 2014
1 parent a5165b6 commit 1482e75
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Seyren ([/ˈsaɪ.rʌn/](http://en.wikipedia.org/wiki/Wikipedia:IPA_for_English#K
[Pushover](https://pushover.net),
[SLF4J](http://www.slf4j.org),
[Slack](https://www.slack.com),
[SNMP](http://en.wikipedia.org/wiki/Simple_Network_Management_Protocol)
[SNMP](http://en.wikipedia.org/wiki/Simple_Network_Management_Protocol),
[Twilio](https://www.twilio.com/)


Expand Down Expand Up @@ -73,12 +73,6 @@ The following options can be supplied as system properties or environment variab
##### [Hubot](http://hubot.github.com)
* `HUBOT_URL` - The location where Hubot is running. Default ``

##### [Twilio](https://www.twilio.com/)
* `TWILIO_ACCOUNT_SID` - The Twilio Account SID. Default ``
* `TWILIO_AUTH_TOKEN` - The Twilio Auth Token. Default ``
* `TWILIO_PHONE_NUMBER` - The Twilio phone number to use to send SMS. Default ``
* `TWILIO_URL` - The Twilio API URL. Mostly useful for testing. Default `https://api.twilio.com/2010-04-01/Accounts`

##### [IRCcat](https://github.com/RJ/irccat)
* `IRCCAT_HOST` - The hostname of the server where IRCcat is running. Default: `localhost`
* `IRCCAT_PORT` - The port on which IRCcat is running. Default: `12345`
Expand Down Expand Up @@ -107,6 +101,11 @@ The following options can be supplied as system properties or environment variab
* `SNMP_COMMUNITY` - The SNMP community. Default: `public`
* `SNMP_OID` - The SNMP OID. Default: `1.3.6.1.4.1.32473.1`

##### [Twilio](https://www.twilio.com/)
* `TWILIO_ACCOUNT_SID` - The Twilio Account SID. Default ``
* `TWILIO_AUTH_TOKEN` - The Twilio Auth Token. Default ``
* `TWILIO_PHONE_NUMBER` - The Twilio phone number to use to send SMS. Default ``
* `TWILIO_URL` - The Twilio API URL. Mostly useful for testing. Default `https://api.twilio.com/2010-04-01/Accounts`

##Chef

Expand Down

0 comments on commit 1482e75

Please sign in to comment.