From 1e4a7d55b3c775d9e82ad0c0d110100f9de7b5ad Mon Sep 17 00:00:00 2001 From: Parnic Date: Wed, 25 Apr 2018 21:40:31 -0500 Subject: [PATCH] Updated for rename --- example.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example.js b/example.js index 236b223..f3a8976 100644 --- a/example.js +++ b/example.js @@ -1,6 +1,6 @@ -const ShiftRequest = require('./index') +const ShiftStats = require('./index') -let s = new ShiftRequest() +let s = new ShiftStats() // with promises s.login().then(() => { return s.divisionStandings(4702)