Skip to content

Commit

Permalink
fix difference between readme - typings and index.js (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimeForANinja authored and fent committed Aug 30, 2017
1 parent 6c6a65f commit 85779c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var ytdl = module.exports = function ytdl(link, options) {
ytdl.getInfo = getInfo;
ytdl.chooseFormat = util.chooseFormat;
ytdl.filterFormats = util.filterFormats;
ytdl.validateId = util.validateLink;
ytdl.validateLink = util.validateLink;
ytdl.cache = cache;


Expand Down

0 comments on commit 85779c3

Please sign in to comment.