Skip to content

Commit

Permalink
Switched NPM to npm.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Sep 24, 2011
1 parent 1b5c2fd commit 4c9c823
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.markdown
@@ -1,4 +1,4 @@
NPM-Tweets
npm-tweets
==========

I published a library recently that didn't get nearly as many followers as expected.
Expand All @@ -7,14 +7,14 @@ A person of lesser hubris might have assumed that the library was was less usefu

The problem was that there aren't enough tweets when Node.js packages are published or updated

*NPM-Tweets* is an open-source twitter bot that tweets as packages are updated on npmjs.org:
*npm-tweets* is an open-source twitter bot that tweets as packages are updated on npmjs.org:

http://twitter.com/#!/nodenpm

Usage
-----

I've open-sourced NPM-Tweets so that anyone can easily setup an NPM Twitter Bot.
I've open-sourced npm-tweets so that anyone can easily setup an npm Twitter Bot.

Creating the Bot:

Expand Down
2 changes: 1 addition & 1 deletion lib/index.js
Expand Up @@ -37,7 +37,7 @@ exports.NPMTweets.prototype.startTweeting = function(options) {
_this.npmChecker = new CheckNPM(options);
_this.npmChecker.seedCacheWithTwitterStream(data);
_this.checkNPMHeartbeat();
});
});
};

exports.NPMTweets.prototype.checkNPMHeartbeat = function() {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -4,12 +4,12 @@
"lib": "./lib"
},
"main": "./lib/index",
"version": "0.0.4",
"version": "0.0.5",
"author": "Ben Coe <bencoe@gmail.com>",
"engines": [
"node"
],
"description": "Publishes tweets when libraries are updated on NPM.",
"description": "Publishes tweets when libraries are updated on npm.",
"keywords": [
"npm",
"tweets"
Expand Down

0 comments on commit 4c9c823

Please sign in to comment.