Skip to content

Commit 3c1fecb

Browse files
authored
Clarified use (#137)
add `use Images` in the demo code
1 parent f885ef9 commit 3c1fecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Adding these gives you a basic image IO setup:
4949
and to load an image, you can use
5050

5151
```@example
52-
using FileIO
52+
using Images, FileIO
5353
using ImageShow # hide
5454
# specify the path to your local image file
5555
img_path = "/path/to/image.png"

0 commit comments

Comments
 (0)