Skip to content

Commit f085274

Browse files
committed
Merge pull request #7 from johnjohndoe/patch-1
Fix typos.
2 parents bd9bc0a + 75348c5 commit f085274

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#Android Image Slider [![Build Status](https://travis-ci.org/daimajia/AndroidImageSlider.svg)](https://travis-ci.org/daimajia/AndroidImageSlider)
22

3-
This is an amazing image slider in Android platform. I decide to open source this because there is really not an attractive,and convenient slide widget in Android.
3+
This is an amazing image slider in Android platform. I decide to open source this because there is really not an attractive, and convenient slide widget in Android.
44

5-
You can easily load image from net,drawable or file. And there are many kind of amazing animations you can choose. :-D
5+
You can easily load image from net, drawable or file. And there are many kind of amazing animations you can choose. :-D
66

77
##Demo
88

@@ -14,7 +14,7 @@ You can easily load image from net,drawable or file. And there are many kind of
1414

1515
Step1:
1616

17-
If you are using Android Studio, just add a one line code to your project root `build.gralde`.
17+
If you are using Android Studio, just add a one line code to your project root `build.gradle`.
1818

1919
```groovy
2020
dependencies{
@@ -50,7 +50,7 @@ Step3: add layout in your xml.
5050
/>
5151
```
5252

53-
There are some default indicators, while,if you want to custom your own indicator:
53+
There are some default indicators, while, if you want to custom your own indicator:
5454

5555
```java
5656
<com.daimajia.slider.library.Indicators.PagerIndicator
@@ -65,10 +65,10 @@ There are some default indicators, while,if you want to custom your own indicato
6565

6666
====
6767

68-
##Adavanced usage
68+
##Advanced usage
6969

7070
Please visit [Wiki](https://github.com/daimajia/AndroidImageSlider/wiki)
7171

7272
##About me
7373

74-
A student in China mainland. I love Google, love Android, love everything that interesting. If you get any problems when using this library or you have an internship opportunity, please feel relax to [email me](mailto:[email protected]). :-D
74+
A student in China mainland. I love Google, love Android, love everything that is interesting. If you get any problems when using this library or you have an internship opportunity, please feel relax to [email me](mailto:[email protected]). :-D

0 commit comments

Comments
 (0)