Skip to content

Commit 6ea4f25

Browse files
author
Luc Dion
committed
Update Readme
1 parent 5d9dd57 commit 6ea4f25

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
@@ -245,7 +245,7 @@ The value specifies the distance horizontally of the view's center related to th
245245
The value specifies the right edge **distance from the superview's right edge** in pixels (or in percentage of its superview's width).
246246
`right()` is similar to calling `right(0)`, it position the view right edge directly on its superview right edge.
247247

248-
* **`start(_ value: CGFloat)`** / **`start(_ percent: Percent)`** / **`start()`**:left_right_arrow:
248+
* **`start(_ value: CGFloat)`** / **`start(_ percent: Percent)`** / **`start()`** :left_right_arrow:
249249
In LTR direction the value specifies the left edge distance from the superview's left edge in pixels (or in percentage of its superview's width).
250250
In RTL direction the value specifies the right edge distance from the superview's right edge in pixels (or in percentage of its superview's width).
251251
`start()` is similar to calling `start(0)`.
@@ -262,7 +262,7 @@ The value specifies the **top, bottom, left and right edges** distance from the
262262
Similar to calling `view.top(value).bottom(value).left(value).right(value)`.
263263
`all()` is similar to calling `all(0)`.
264264

265-
* **`horizontally(_ value: CGFloat)`** / **`horizontally(_ percent: Percent)`** / **`horizontally()`
265+
* **`horizontally(_ value: CGFloat)`** / **`horizontally(_ percent: Percent)`** / **`horizontally()`**
266266
The value specifies the **left and right edges** on its superview's corresponding edges in pixels (or in percentage of its superview's width).
267267
`horizontally()` is similar to calling `horizontally(0)`.
268268

0 commit comments

Comments
 (0)