We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cfe857 commit 0b01906Copy full SHA for 0b01906
README.md
@@ -22,7 +22,6 @@ Pkg.add("OMETIFF")
22
## Usage
23
24
```julia
25
-Pkg.checkout("FileIO") # we need the bleeding edge version of FileIO.jl for now
26
using FileIO
27
img = load("path/to/ome.tif") # FileIO will install OME-TIFF upon running this command
28
println(axisnames(img))
0 commit comments