jgclark/BibleGateway-to-Markdown

`ruby bg2md.rb -b -c -e -r -v NIV Jn 3.16-17 > passage.md` in the README.md does not work

inteli5 opened this issue · 1 comments

Should it be ruby bg2md.rb -b -c -e -r -v NIV 'Jn 3.16-17' > passage.md?
If we do ruby bg2md.rb -b -c -e -r -v NIV Jn 3.16-17 > passage.md, ref = ARGV[0] will be Jn instead of 1Jn 3.16-17, right? In my test, ruby bg2md.rb -b -c -e -r -v NIV Jn 3.16-17 > passage.md will retrieve the whole 1 John chapter 1 instead of 3:16-17.

Thanks for spotting this documentation bug. I've updated the README accordingly.