Skip to content

Commit

Permalink
Use absolute urls for images in README
Browse files Browse the repository at this point in the history
  • Loading branch information
c-nguyen committed Oct 26, 2018
1 parent a62f1e3 commit b53fdd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![FMPhotoPicker](/resources/FMPhotoPicker.jpg)
![FMPhotoPicker](https://i.imgur.com/xrIZy0S.jpg)

[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](/LICENSE)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
Expand Down Expand Up @@ -168,7 +168,7 @@ public protocol FMAlertable {
```

## Apps using FMPhotoPicker
<a href="https://funmee.jp"><img src="resources/funmee.png" width="100"></a>
<a href="https://funmee.jp"><img src="https://i.imgur.com/l2mz2qE.png" width="100"></a>

## Author
`<code>` with ❤️ by Tribal Media House
Expand Down

0 comments on commit b53fdd2

Please sign in to comment.