From f6497946a34f6b784ae4b2b64855d4d182f4a6c1 Mon Sep 17 00:00:00 2001 From: Steve Saldivar Date: Thu, 9 May 2013 09:49:30 -0700 Subject: [PATCH] fixed naming --- users/example.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/users/example.js b/users/example.js index e76a026..a21dc1e 100644 --- a/users/example.js +++ b/users/example.js @@ -1,6 +1,6 @@ var loyaltybot = require('./../lib/initialize.js'); -LoyaltyBot.initialize({ +loyaltybot.initialize({ // twitch info twitch : { channel : 'loyalty', @@ -8,7 +8,7 @@ LoyaltyBot.initialize({ subscribers : 'https://spreadsheets.google.com/feeds/list/****/od6/public/basic?alt=json' }, - // currency system + // currency info currency : { name : 'Points', payrate : 15, @@ -19,6 +19,6 @@ LoyaltyBot.initialize({ website : 'http://www.loyaltypoints.com' }, - // optional + // optional features commands: true }); \ No newline at end of file