Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cjnevin authored Oct 15, 2022
1 parent 007e7fe commit c59f58f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,11 @@ addSubview(ScrollableStackView {
}.spacing(10, after: redView)) {
$0.edges == Superview()
}
```

// Alternatively, if you need to store the stackView you could write it like this
Alternatively, if you need to store the stackView you could write it like this:

```swift
let stackView = ScrollableStackView()

...
Expand Down

0 comments on commit c59f58f

Please sign in to comment.