Skip to content

Commit fedae70

Browse files
committed
Update README.md
1 parent 1b44d8e commit fedae70

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ iOS 8.0
2727

2828
## Start!!!
2929

30-
Step One
30+
- Step One
3131

3232

3333
Create all the views you need as xibs. Link each xib file with a class that inherits `KDIntroView`. Override ` moveEverythingAccordingToIndex(index: CGFloat)`.
@@ -40,7 +40,7 @@ Make sure each view has a clear background color if you wish to perform color ch
4040

4141

4242

43-
Step Two
43+
- Step Two
4444

4545
<img src="Imgs/inst1.png" width="900" height="260"/>
4646

@@ -52,7 +52,7 @@ In `viewDidAppear`, call `setup`, and pass in an array that contains the name of
5252
Now, you can see your views, but they are static.
5353

5454

55-
Step Three
55+
- Step Three
5656

5757
<img src="Imgs/inst2.jpg" width="600" height="500"/>
5858

0 commit comments

Comments
 (0)