Skip to content

Commit 82eded6

Browse files
authored
README: master -> main
1 parent 3fc26e3 commit 82eded6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
FluentLayout provides an easy, fluent API for creating constraint-based layouts in Xamarin.iOS.
44

5-
[![Build Status](https://app.bitrise.io/app/3584ad3a37e4084c/status.svg?token=nxuhVtDms232YxvcvYIW0w&branch=master)](https://app.bitrise.io/app/3584ad3a37e4084c)
5+
[![Build Status](https://app.bitrise.io/app/3584ad3a37e4084c/status.svg?token=nxuhVtDms232YxvcvYIW0w&branch=main)](https://app.bitrise.io/app/3584ad3a37e4084c)
66

77
## How To Use
88

@@ -46,4 +46,4 @@ When using the `VerticalStackPanelConstraints` helper each constraint added will
4646

4747
- `containerId` will be the container's `AccessibilityIdentifier` if one is set, and `VerticalStackPanel` if not
4848
- `viewId` will be the subview's `AccessibilityIdentifier` if one is set, and the subview's index in the array if not
49-
- `constraintDescription` will be based on the constraint itself, such as `Bottom`, `Top`, `Width`, etc.
49+
- `constraintDescription` will be based on the constraint itself, such as `Bottom`, `Top`, `Width`, etc.

0 commit comments

Comments
 (0)