Skip to content

Commit

Permalink
README formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jawnnypoo committed Mar 18, 2017
1 parent 4f53a1a commit c97afb5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ dependencies {
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:
```xml
<com.github.chrisbanes.photoview.PhotoView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/photo_view"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
Expand Down Expand Up @@ -73,10 +72,10 @@ This library aims to keep the zooming implementation simple. If you are looking

## Pull Requests / Contribution
Development happens in **develop** branch of this repository, and Pull Requests should be filled against that branch.
Any Pull Request against **master** will be rejected
Any Pull Request against **master** will be rejected.


## License
License
--------

Copyright 2017 Chris Banes

Expand Down

0 comments on commit c97afb5

Please sign in to comment.