Skip to content

Commit fc40246

Browse files
committed
readme
1 parent cade7ea commit fc40246

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@ Resulting in ending the response and closing the array on the client:
123123

124124
res.end tells the client to close the response.
125125

126+
TODOS
127+
-
128+
129+
* Add autocomplete of repos after someone adds an author.
130+
126131
[node.js]: http://nodejs.org
127132
[Twitter Bootstrap]: http://twitter.github.com/bootstrap/
128133
[@tjholowaychuk]: http://twitter.com/tjholowaychuk

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fantasy-github",
3-
"version": "0.0.1-6",
3+
"version": "0.0.1-7",
44
"private": true,
55
"dependencies": {
66
"express": "3.1.0",

0 commit comments

Comments
 (0)