diff --git a/example/example.js b/example/example.js index c23e224..9f9d235 100644 --- a/example/example.js +++ b/example/example.js @@ -1,6 +1,6 @@ 'use strict'; -const pornsearch = require('../src/pornsearch'); +const pornsearch = require('../'); const pornhub = pornsearch.load('pornhub'); pornhub.videos('boobs') diff --git a/index.js b/index.js index 612cb12..8e857ca 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,3 @@ 'use strict'; -module.exports = require('./lib/pornsearch'); \ No newline at end of file +module.exports = require('./src/pornsearch'); \ No newline at end of file