Skip to content
This repository was archived by the owner on Aug 25, 2018. It is now read-only.

Commit 3cb7941

Browse files
committedMar 6, 2012
Tidy up readme
1 parent 9d6dd91 commit 3cb7941

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
 

‎README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Asynchronous Twitter client API for node.js
2-
===========================================
1+
Twitter API client library for node.js
2+
======================================
33

4-
[node-twitter](https://github.com/jdub/node-twitter) aims to provide a complete, asynchronous client library for Twitter (and other compliant endpoints), including REST, stream and search APIs. It was inspired by, and uses some code from, technoweenie's [twitter-node](https://github.com/technoweenie/twitter-node).
4+
[node-twitter](https://github.com/jdub/node-twitter) aims to provide a complete, asynchronous client library for the Twitter API, including the REST, search and streaming endpoints. It was inspired by, and uses some code from, @technoweenie's [twitter-node](https://github.com/technoweenie/twitter-node).
55

66
## Requirements
77

@@ -76,8 +76,8 @@ node-twitter also supports user and site streams:
7676

7777
## Contributors
7878

79-
- [Jeff Waugh](http://github.com/jdub) (author)
80-
- [rick](http://github.com/technoweenie) (parser.js and, of course, twitter-node!)
79+
- [Jeff Waugh](https://github.com/jdub) (author)
80+
- [technoweenie](https://github.com/technoweenie) (parser.js and, of course, twitter-node!)
8181
- Lots of [wonderful helper elves](https://github.com/jdub/node-twitter/contributors) on GitHub
8282

8383
## TODO

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ "name": "twitter"
22
, "version": "v0.1.18"
3-
, "description": "Asynchronous Twitter REST/stream/search client API for node.js."
3+
, "description": "Twitter API client library for node.js"
44
, "keywords": ["twitter","streaming","oauth"]
55
, "homepage": "https://github.com/jdub/node-twitter"
66
, "author": "jdub"

0 commit comments

Comments
 (0)
This repository has been archived.