Browse Source

fixed minor typo

pull/98/head
Okon Samuel 6 years ago committed by GitHub
parent
commit
c3e44e30bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/src/tips.md

2
docs/src/tips.md

@ -37,5 +37,5 @@ HTML formats. @@ -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))
```

Loading…
Cancel
Save