tubbo / activestorage-audio

Audio Analysis for ActiveStorage Uploads with FFmpeg
https://tubbo.github.io/activestorage-audio
MIT License
20 stars 6 forks source link

Bad documentation in the readme #2

Open dan opened 3 years ago

dan commented 3 years ago

You say:

ActiveSupport.paths[:ffprobe] = '/opt/local/bin/ffprobe'

It should be:

ActiveStorage.paths[:ffprobe] = '/opt/local/bin/ffprobe'

tubbo commented 3 years ago

Pull requests welcome.