diff --git a/Readme.md b/Readme.md index a13db17..6e75d61 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,7 @@ [![Build Status](https://secure.travis-ci.org/emerleite/node-stopwatch.png)](http://travis-ci.org/emerleite/node-stopwatch) +INFO: This is a exactly copy from the repo: stopwatch by Emerson Leite - The unique difference is in this module I'm fix the name of file("/lib/stopwatch") on index.js and this module works great! + Node.js stopwatch ================= This project is a simple way to use a stopwatch. I've done some penny auction/bid sistems with stopwatches and also done a realtime social video visualization. These projects shares a core stopwatch logic and because it becomes hard to maintain I extracted it to this library. I hope it helps somebody else. diff --git a/index.js b/index.js index b21fdb7..b47652d 100644 --- a/index.js +++ b/index.js @@ -1 +1 @@ -module.exports = require('./lib/stopwatcher'); +module.exports = require('./lib/stopwatch'); diff --git a/package.json b/package.json index c7ea505..1c7c93d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "author": "Emerson Macedo (http://codificando.com)", - "name": "stopwatch", + "name": "stopwatcher", "description": "A managed stopwatch for Realtime Node.JS Apps", "version": "0.1.0", "homepage": "http://github.com/emerleite/node-stopwatch",