Skip to content

Commit

Permalink
Clarified use (#137)
Browse files Browse the repository at this point in the history
add `use Images` in the demo code
  • Loading branch information
pauljurczak authored Jun 29, 2020
1 parent f885ef9 commit 3c1fecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Adding these gives you a basic image IO setup:
and to load an image, you can use

```@example
using FileIO
using Images, FileIO
using ImageShow # hide
# specify the path to your local image file
img_path = "/path/to/image.png"
Expand Down

0 comments on commit 3c1fecb

Please sign in to comment.