fixed typo.
This commit is contained in:
parent
5c39e9d57f
commit
12c38db496
@ -18,7 +18,7 @@ mvn package
|
||||
|
||||
### run by jar
|
||||
```shell
|
||||
java -jar target\bioformats-imageinfo-1.0.0.jar [path to image file]
|
||||
java -jar target/bioformats-imageinfo-1.0.0.jar "[path to image file]"
|
||||
```
|
||||
|
||||
### run by class
|
||||
@ -33,9 +33,9 @@ String format = "";
|
||||
Map<String, Object> metadata = new LinkedHashMap<String, Object>();
|
||||
|
||||
try {
|
||||
format = BioFormatsImageInfo.readMetadata(path, metadata));
|
||||
format = BioFormatsImageInfo.readMetadata(path, metadata);
|
||||
} catch (BioFormatsImageException e) {
|
||||
// error occured
|
||||
// error occurred
|
||||
e.printStackTrace();
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user