Skip to content

Commit

Permalink
Syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Stone committed Mar 21, 2012
1 parent a560e02 commit 96ece5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var express = require('express'),
connect = require('connect'),
app = express.createServer(connect.bodyParser(),
connect.cookieParser('session'),
connect.session()
connect.session());
var fs = require('fs');
var fitbitClient = require('../')('yourConsumerKey', 'yourConsumerSecret');

Expand Down

0 comments on commit 96ece5a

Please sign in to comment.