Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
tevelee committed Aug 14, 2024
1 parent d82f28b commit 9d3c8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ HFlow(distributeItemsEvenly: true) {
Distribute and justify for visually pleasing UI.

```swift
HFlow(justification: .stretchItems, distributeItemsEvenly: true) {
HFlow(justification: .stretchItems, distributeItemsEvenly: true) {
ForEach(colors, id: \.description) { color in
RoundedRectangle(cornerRadius: 10)
.fill(color.gradient)
Expand Down

0 comments on commit 9d3c8ef

Please sign in to comment.