From 3c1fecb4bb0a3223c1ebca8a5f7df1db364d9229 Mon Sep 17 00:00:00 2001 From: Paul Jurczak Date: Mon, 29 Jun 2020 17:13:27 -0600 Subject: [PATCH] Clarified use (#137) add `use Images` in the demo code --- docs/src/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/install.md b/docs/src/install.md index e7cce1ab..38db97c6 100644 --- a/docs/src/install.md +++ b/docs/src/install.md @@ -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"