diff --git a/README.md b/README.md
index 9675912..3b14e33 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,10 @@ Android code to detection motion from by comparing two pictures. It comes with a
* E-mail: phishman3579@gmail.com
* Twitter: http://twitter.com/phishman3579
+## Support me with a donation
+
+
+
## Details
You essentially have to override an onPreviewFrame(byte[] data, Camera cam) method and convert from the default YUV to RGB:
@@ -34,7 +38,3 @@ If the boolean "detected" variable is true then it has detected motion.
The RGB detection code is located in RgbMotionDetection.java class. The image processing code is located in ImageProcessing.java static class. The Activity to tie it all together is in MotionDetectionActivity.java.
I have created a MotionDetection class that detects motion comparing RGB values called RgbMotionDetection.java, a class that detects motion comparing Luminance values called LumaMotionDetection.java, and a class that detects motion comparing avergae Luminance values in regions called AggregateLumaMotionDetection.java.
-
-## Support me with a donation
-
-