Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
duckyies authored Apr 21, 2024
1 parent f5e3a50 commit af29228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Recognise track from file
import {Shazam} from 'node-shazam'
const shazam = new Shazam()

const recognise = await shazam.recognise('/path/to/file','en')
const recognise = await shazam.recognise('/path/to/file','en-US')
console.log(recognise)

//fromVideoFile and fromFilePath is deprecated and much slower
Expand Down

0 comments on commit af29228

Please sign in to comment.