Skip to content

Commit 87d5536

Browse files
authored
Update README.md
1 parent 9549d84 commit 87d5536

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +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-
page = Page(p)
52+
using Cobweb
53+
54+
page = Cobweb.Page(p)
5355

5456
save(page, "myplot.html")
5557
```

0 commit comments

Comments
 (0)