Skip to content

Commit 0b01906

Browse files
committed
Revert "add note about using fileio master to readme [ci skip]"
This reverts commit 5cfe857.
1 parent 5cfe857 commit 0b01906

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Pkg.add("OMETIFF")
2222
## Usage
2323

2424
```julia
25-
Pkg.checkout("FileIO") # we need the bleeding edge version of FileIO.jl for now
2625
using FileIO
2726
img = load("path/to/ome.tif") # FileIO will install OME-TIFF upon running this command
2827
println(axisnames(img))

0 commit comments

Comments
 (0)