Skip to content

Commit

Permalink
More readme cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcox committed Aug 13, 2024
1 parent 39ec905 commit c2a1608
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ String {
}
```

Becomes...
Becomes:
```swift
"""
Line 1
Expand All @@ -38,7 +38,7 @@ String(separator: " != ") {
}
```

Becomes...
Becomes:
```swift
"String 1 != String 2"
```
Expand All @@ -54,11 +54,13 @@ String {
}
```

Becomes...
Becomes:
```swift
"""
1234
true
3D5E76E1-CB1D-4FEF-A5CA-3C67AA08BF47
"""
```

### Nested String Builders
Expand Down Expand Up @@ -93,8 +95,9 @@ String {
}
```

Becomes...
Becomes:
```swift
"""
One
Two.Three
Four
Expand All @@ -105,6 +108,7 @@ Seven
Eight
Nine
Ten
"""
```

## Installation
Expand Down

0 comments on commit c2a1608

Please # to comment.