We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7486029 + 12d47ae commit 321e035Copy full SHA for 321e035
1 file changed
README.md
@@ -70,7 +70,7 @@ merge an HTML fragment from a GET request.
70
let handleIndex : HttpHandler =
71
let html =
72
Elem.html [] [
73
- Elem.head [] [ Ds.script ]
+ Elem.head [] [ Ds.cdnScript ]
74
Elem.body [] [
75
Text.h1 "Example: Hello World"
76
Elem.button
0 commit comments