Hall of fame
diff --git a/README.md b/README.md
index 094b21c..23888c7 100644
--- a/README.md
+++ b/README.md
@@ -1,19 +1,23 @@
Subsampling Zoom Image View
===========================
+Custom image views for Android with pinch to zoom, panning, rotation and animation support, with easy extension so you can add your own overlays and touch event detection.
+
This library includes two classes, `ScaleImageView` and `SubsamplingScaleImageView`. `SubsamplingScaleImageView` is best for large images but doesn't support display of `Bitmap` objects or resources, and `ScaleImageView` supports `Bitmap` objects but not subsampling or large images. To decide which is best for you, see below.
-#### Share your app
-
-**Are you using this library in your app? Let me know and I'll add it to this readme.**
-
-
#### Download the sample app
[](https://play.google.com/store/apps/details?id=com.davemorrissey.labs.subscaleview.sample)
+#### Hall of fame
-Custom image views for Android with pinch to zoom, panning, rotation and animation support, with easy extension so you can add your own overlays and touch event detection.
+**Are you using this library in your app? Let me know and I'll add it to this list.**
+
+| [](https://play.google.com/store/apps/details?id=com.sleetworks.serenity.android) |
+| ------------- |
+| **Fourth Mate** |
+
+#### About
`SubsamplingScaleImageView` uses subsampling and tiles to support large images. While zooming in, the
low resolution, full size base layer is overlaid with smaller tiles at least as high resolution as the screen, and