Skip to content

Commit

Permalink
Replace tabs with spaces to make code look nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
guenhter authored and cy6erGn0m committed Apr 17, 2018
1 parent 37b217a commit 833a1a5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ You can build HTML directly to Writer (JVM only) or Appendable (both JVM and JS)

```kotlin
System.out.appendHTML().html {
body {
div {
a("http://kotlinlang.org") {
target = ATarget.blank
+"Main site"
}
}
}
body {
div {
a("http://kotlinlang.org") {
target = ATarget.blank
+"Main site"
}
}
}
}
```

Expand Down

0 comments on commit 833a1a5

Please sign in to comment.