Skip to content

Commit

Permalink
Make descriptions consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
manastungare committed Jul 28, 2012
1 parent 0f42e4f commit 301271e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.markdown
@@ -1,6 +1,6 @@
# Whispercast

## Serve media files from a local directory over HTTP
## Serves media files and other static files from a source directory over HTTP

Whispercast is a small Node.js script that serves local media files over HTTP.
Use it to serve music & pictures to be consumed on a mobile device such as a phone.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "whispercast",
"version": "0.1.0",
"author": "Manas Tungare <manas@tungare.name>",
"description": "Serves media files and other files from a source directory.",
"description": "Serves media files and other static files from a source directory over HTTP.",
"scripts": {
"start": "node whispercast.js"
},
Expand Down
2 changes: 1 addition & 1 deletion whispercast.js
@@ -1,5 +1,5 @@
/**
* Whispercast: Serves media files from a local directory over HTTP.
* Whispercast: Serves media files and other static files from a source directory over HTTP.
* Copyright 2012 Manas Tungare.
* http://manas.tungare.name/publications/tungare_2009_best
*/
Expand Down

0 comments on commit 301271e

Please sign in to comment.