From c3e44e30bf191f862b1e001e6cd336ffd1af0016 Mon Sep 17 00:00:00 2001 From: Okon Samuel <39421418+OkonSamuel@users.noreply.github.com> Date: Tue, 7 Apr 2020 13:33:23 +0100 Subject: [PATCH] fixed minor typo --- docs/src/tips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/tips.md b/docs/src/tips.md index 2947bbf..e81faf2 100644 --- a/docs/src/tips.md +++ b/docs/src/tips.md @@ -37,5 +37,5 @@ HTML formats. be showable as just `image/png` and `text/plain` you can use ```julia img = plot(...) - img = DisplayAs.Text(DisplayAs.Text(img)) + img = DisplayAs.Text(DisplayAs.PNG(img)) ```