Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpshr committed Dec 16, 2012
1 parent de69115 commit 025eae9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -35,18 +35,21 @@ node holler-server.js 1337
Show notifications to all users currently using your app in real-time using <code>holler.js</code>. Notifications use <a href="http://fabien-d.github.com/alertify.js/">Alertify</a> so they look nice and sexy. Show notifications to all users currently using your app in real-time using <code>holler.js</code>. Notifications use <a href="http://fabien-d.github.com/alertify.js/">Alertify</a> so they look nice and sexy.
* Log Messages * Log Messages


![](http://bitpshr.info/holler/css/img/log.png)
```console ```console
node holler.js http://yourServerUrl:port log "This is a standard log message." node holler.js http://yourServerUrl:port log "This is a standard log message."
``` ```


* Success Messages * Success Messages


![](http://bitpshr.info/holler/css/img/success.png)
```console ```console
node holler.js http://yourServerUrl:port success "This is a success message." node holler.js http://yourServerUrl:port success "This is a success message."
``` ```


* Error Messages * Error Messages


![](http://bitpshr.info/holler/css/img/error.png)
```console ```console
node holler.js http://yourServerUrl:port error "This is an error message." node holler.js http://yourServerUrl:port error "This is an error message."
``` ```
Expand Down

0 comments on commit 025eae9

Please sign in to comment.