README.md in format_parser-0.1.1 vs README.md in format_parser-0.1.2

- old
+ new

@@ -17,9 +17,10 @@ file_info.file_format #=> :JPG file_info.width_px #=> 320 file_info.height_px #=> 240 file_info.orientation #=> :top_left ``` + If nothing is detected, the result will be `nil`. ## Design rationale We need to recover metadata from various file types, and we need to do so satisfying the following constraints: