Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed May 21, 2015
1 parent 4befd74 commit ee77fa3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,15 +163,15 @@ var app = http.createServer(function(request, response){

[MIT](LICENSE)

[travis-image]: http://img.shields.io/travis/Nuintun/file-send.svg?style=flat-square&label=linux
[travis-url]: https://travis-ci.org/Nuintun/file-send
[appveyor-image]: https://img.shields.io/appveyor/ci/Nuintun/file-send.svg?style=flat-square&label=windows
[appveyor-url]: https://ci.appveyor.com/project/Nuintun/file-send
[coveralls-image]: http://img.shields.io/coveralls/Nuintun/file-send/master.svg?style=flat-square
[coveralls-url]: https://coveralls.io/r/Nuintun/file-send?branch=master
[travis-image]: http://img.shields.io/travis/nuintun/file-send.svg?style=flat-square&label=linux
[travis-url]: https://travis-ci.org/nuintun/file-send
[appveyor-image]: https://img.shields.io/appveyor/ci/nuintun/file-send.svg?style=flat-square&label=windows
[appveyor-url]: https://ci.appveyor.com/project/nuintun/file-send
[coveralls-image]: http://img.shields.io/coveralls/nuintun/file-send/master.svg?style=flat-square
[coveralls-url]: https://coveralls.io/r/nuintun/file-send?branch=master
[node-image]: http://img.shields.io/node/v/file-send.svg?style=flat-square
[david-image]: http://img.shields.io/david/nuintun/file-send.svg?style=flat-square
[david-url]: https://david-dm.org/Nuintun/file-send
[david-url]: https://david-dm.org/nuintun/file-send
[npm-image]: http://img.shields.io/npm/v/file-send.svg?style=flat-square
[npm-url]: https://www.npmjs.org/package/file-send
[download-image]: http://img.shields.io/npm/dm/file-send.svg?style=flat-square
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.1",
"description": "A http file send",
"author": {
"name": "Nuintun",
"name": "nuintun",
"email": "nuintun@qq.com"
},
"homepage": "https://nuintun.github.io/file-send",
Expand All @@ -18,7 +18,7 @@
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Nuintun/file-send/blob/master/LICENSE"
"url": "https://github.com/nuintun/file-send/blob/master/LICENSE"
}
],
"main": "send",
Expand Down

0 comments on commit ee77fa3

Please sign in to comment.