Skip to content

Commit 0a4d956

Browse files
authored
Update README.md
1 parent 87d5536 commit 0a4d956

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ p # Display again (in same browser tab)
4949
# 📄 Saving HTML files with [Cobweb.jl](https://github.com/joshday/Cobweb.jl)
5050

5151
```julia
52-
using Cobweb
52+
using Cobweb: Page
5353

54-
page = Cobweb.Page(p)
54+
page = Page(p)
5555

5656
save(page, "myplot.html")
5757
```

0 commit comments

Comments
 (0)