Skip to content

Commit 582f63e

Browse files
committed
Explicit import in example
1 parent 0a1e1a3 commit 582f63e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ A DSL for building HTML documents with Swift [function builders].
55
Currently in use on [my personal website].
66

77
```swift
8+
import Swim
9+
import HTML
10+
811
let myDocument = html(lang: "en-US") {
912
head {
1013
meta(charset: "utf-8", content: "text/html", httpEquiv: "Content-Type")

0 commit comments

Comments
 (0)