From a50d801885ea51cbd432968396abfd294c184198 Mon Sep 17 00:00:00 2001 From: Augie Date: Mon, 9 Dec 2019 18:54:33 -0600 Subject: [PATCH] Fixed capitalization of oauth --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 87a1f14..d0d8e44 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,3 @@ "use strict"; -const OAuth = require("./lib/OAuth"); +const OAuth = require("./lib/oauth"); module.exports = OAuth;