Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Campbell <nicholas.j.campbell@gmail.com>
  • Loading branch information
ncb000gt committed Oct 20, 2010
1 parent c67de78 commit 5b8878f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ node shoutcast.js

If you want to custom configure the options (kind of have to at this point) you have to create `config.js` in `/usr/local/etc/node-shoutcast/` such that it looks like the following (the url is not the url to access the station at, instead it is what is provided for meta data about the station).

exports.STATION = {
NAME: 'Bleh',
GENRE: 'MUZAK',
URL: 'http://somedomain.com',
NOTICE: 'le what?'
};
exports.PLAYLIST = '/path/to/my/mp3s/';
exports.QUEUE_SIZE = 20;
exports.STATION = {
NAME: 'Bleh',
GENRE: 'MUZAK',
URL: 'http://somedomain.com',
NOTICE: 'le what?'
};
exports.PLAYLIST = '/path/to/my/mp3s/';
exports.QUEUE_SIZE = 20;


License
Expand Down

0 comments on commit 5b8878f

Please sign in to comment.