Skip to content

Commit 4c62fa6

Browse files
authored
Update README.md
1 parent c9264a3 commit 4c62fa6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ ___
2424

2525
# Usage
2626

27-
1. Create main button view and a number of submenu buttons — both should be cast to `AnyView` type
27+
1. Create main button view and a number of submenu buttons — both should be cast to `AnyView` type.
2828
2. Pass both to `FloatingButton` constructor:
2929

3030
```swift
3131
FloatingButton(mainButtonView: mainButton, buttons: buttons)
3232
```
33-
3. Chain `.straight()` or `.circle()` to specify desired menu type
33+
3. Chain `.straight()` or `.circle()` to specify desired menu type.
3434
4. Chain whatever you like afterwards.
3535

3636
### Universal options
@@ -55,11 +55,11 @@ ___
5555
## Examples
5656

5757
To try out the FloatingActionButton examples:
58-
- Clone the repo `git clone [email protected]:exyte/FloatingActionButton.git`
59-
- Open terminal and run `cd <FloatingActionButtonRepo>/Example`
60-
- Run `pod install` to install all dependencies
61-
- Run `xed .` to open project in the Xcode
62-
- Try it!
58+
1. Clone the repo `git clone [email protected]:exyte/FloatingActionButton.git`.
59+
2. Open terminal and run `cd <FloatingActionButtonRepo>/Example`.
60+
3. Run `pod install` to install all dependencies.
61+
4. Run `xed .` to open project in the Xcode.
62+
5. Try it!
6363

6464
## Installation
6565

0 commit comments

Comments
 (0)