Skip to content

Commit

Permalink
ops
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasLeandro1204 committed Apr 13, 2017
1 parent 07cca34 commit 40d03c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/example.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

const pornsearch = require('../src/pornsearch');
const pornsearch = require('../');
const pornhub = pornsearch.load('pornhub');

pornhub.videos('boobs')
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
'use strict';

module.exports = require('./lib/pornsearch');
module.exports = require('./src/pornsearch');

0 comments on commit 40d03c3

Please sign in to comment.