Skip to content

Commit

Permalink
Merge pull request #6 from AugusDogus/master
Browse files Browse the repository at this point in the history
Fixed capitalization of oauth
  • Loading branch information
reboxer authored Dec 10, 2019
2 parents 50f762a + a50d801 commit 43b23a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"use strict";
const OAuth = require("./lib/OAuth");
const OAuth = require("./lib/oauth");
module.exports = OAuth;

0 comments on commit 43b23a4

Please sign in to comment.