We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a1e1a3 commit 582f63eCopy full SHA for 582f63e
README.md
@@ -5,6 +5,9 @@ A DSL for building HTML documents with Swift [function builders].
5
Currently in use on [my personal website].
6
7
```swift
8
+import Swim
9
+import HTML
10
+
11
let myDocument = html(lang: "en-US") {
12
head {
13
meta(charset: "utf-8", content: "text/html", httpEquiv: "Content-Type")
0 commit comments