Skip to content

Commit c97afb5

Browse files
committed
README formatting
1 parent 4f53a1a commit c97afb5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ dependencies {
3434
There is a [sample](https://github.com/chrisbanes/PhotoView/tree/master/sample) provided which shows how to use the library in a more advanced way, but for completeness here is all that is required to get PhotoView working:
3535
```xml
3636
<com.github.chrisbanes.photoview.PhotoView
37-
xmlns:android="http://schemas.android.com/apk/res/android"
3837
android:id="@+id/photo_view"
3938
android:layout_width="match_parent"
4039
android:layout_height="match_parent"/>
@@ -73,10 +72,10 @@ This library aims to keep the zooming implementation simple. If you are looking
7372

7473
## Pull Requests / Contribution
7574
Development happens in **develop** branch of this repository, and Pull Requests should be filled against that branch.
76-
Any Pull Request against **master** will be rejected
75+
Any Pull Request against **master** will be rejected.
7776

78-
79-
## License
77+
License
78+
--------
8079

8180
Copyright 2017 Chris Banes
8281

0 commit comments

Comments
 (0)