README.md: Fix example

Fixes #61
pull/69/head
Dustin Oprea 2021-06-25 18:48:12 -04:00
parent 8213cfabc6
commit a6301f85c8
1 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ There is a runnable reading/dumping tool included:
``` ```
$ go get github.com/dsoprea/go-exif/v3/command/exif-read-tool $ go get github.com/dsoprea/go-exif/v3/command/exif-read-tool
$ exif-read-tool -filepath "<media file-path>" $ exif-read-tool --filepath "<media file-path>"
``` ```
Example output: Example output:
@ -113,7 +113,7 @@ IFD-PATH=[IFD] ID=(0x0132) NAME=[DateTime] COUNT=(20) TYPE=[ASCII] VALUE=[2017:1
You can also print the raw, parsed data as JSON: You can also print the raw, parsed data as JSON:
``` ```
$ exif-read-tool -filepath "<media file-path>" -json $ exif-read-tool --filepath "<media file-path>" -json
``` ```
Example output: Example output: