Skip to content

Commit

Permalink
Update example.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasolson committed May 18, 2014
1 parent 22f046d commit 9c4fce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var express = require("express"),
app = express();

var FitbitApiClient = require("./fitbit-api-client"),
var FitbitApiClient = require("fitbit-node"),
client = new FitbitApiClient("YOUR_CONSUMER_KEY", "YOUR_CONSUMER_SECRET");

var requestTokenSecrets = {};
Expand Down

0 comments on commit 9c4fce2

Please sign in to comment.