Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joshday committed Sep 20, 2024
1 parent f59e8f5 commit 3e84d53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ end
<br>
<br>

## ๐Ÿ“„ Writing Javascript and CSS
## ๐Ÿ“ Writing Javascript and CSS

- Cobweb exports `Javascript` and `CSS` string wrappers that `show` appropriately in different mime types:
- You can also construct these wrappers with `js"..."` and `css"..."`.
Expand All @@ -155,7 +155,7 @@ CSS("""html { border: none; }""")
<br>
<br>

## Parsing HTML to `Cobweb.Node`
## ๐ŸŒ Parsing HTML to `Cobweb.Node`

```julia
using Downloads, Cobweb
Expand All @@ -166,6 +166,6 @@ Cobweb.read(Downloads.download("https://juliacomputing.github.io/Cobweb.jl/"))
<br>
<br>

## Attribution
## ๐Ÿ™ Attribution

- Cobweb.jl is influenced by [Hyperscript.jl](https://github.com/JuliaWeb/Hyperscript.jl)

0 comments on commit 3e84d53

Please sign in to comment.