Skip to content

Commit 3e84d53

Browse files
committed
readme
1 parent f59e8f5 commit 3e84d53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

โ€ŽREADME.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ end
137137
<br>
138138
<br>
139139

140-
## ๐Ÿ“„ Writing Javascript and CSS
140+
## ๐Ÿ“ Writing Javascript and CSS
141141

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

158-
## Parsing HTML to `Cobweb.Node`
158+
## ๐ŸŒ Parsing HTML to `Cobweb.Node`
159159

160160
```julia
161161
using Downloads, Cobweb
@@ -166,6 +166,6 @@ Cobweb.read(Downloads.download("https://juliacomputing.github.io/Cobweb.jl/"))
166166
<br>
167167
<br>
168168

169-
## Attribution
169+
## ๐Ÿ™ Attribution
170170

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

0 commit comments

Comments
ย (0)