Skip to content

Commit 321e035

Browse files
authored
Merge pull request #6 from WillEhrendreich/patch-1
Update Ds.script to Ds.cdnScript README.md
2 parents 7486029 + 12d47ae commit 321e035

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ merge an HTML fragment from a GET request.
7070
let handleIndex : HttpHandler =
7171
let html =
7272
Elem.html [] [
73-
Elem.head [] [ Ds.script ]
73+
Elem.head [] [ Ds.cdnScript ]
7474
Elem.body [] [
7575
Text.h1 "Example: Hello World"
7676
Elem.button

0 commit comments

Comments
 (0)