README.md in ffprober-0.1.0 vs README.md in ffprober-0.1.1
- old
+ new
@@ -25,16 +25,16 @@
ffprobe = Ffprober::Parser.from_file("my_awesome_video.mp4")
ffprobe.size #=> 44772490
## FFMPEG version
-tested with ffprobe version 0.10.2 and 0.11.1
+tested with ffprobe version 0.9, 0.10, 0.11 and 1.0
-according to [ffmpeg changelog](http://git.videolan.org/?p=ffmpeg.git;a=blob_plain;f=Changelog) json out was added in version 0.9
+according to [ffmpeg changelog](http://git.videolan.org/?p=ffmpeg.git;a=blob_plain;f=Changelog) json output was added in version 0.9
## Supported Rubies
-OmniAuth Vimeo is tested under 1.9.2, 1.9.3, JRuby (1.9mode) and Rubinius (1.9mode).
+Ffprober is tested under 1.9.2, 1.9.3, 2.0, JRuby (1.9mode) and Rubinius (1.9mode).
[![Build Status](https://secure.travis-ci.org/beanieboi/ffprober.png?branch=master)](http://travis-ci.org/beanieboi/ffprober)
## Contributing