diff --git a/README.md b/README.md
index faef435..5f51e0a 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,24 @@
-# react-native-opencv-tutorial
-
-[](https://github.com/brainhubeu/react-native-opencv-tutorial/blob/master/LICENSE.MD)
-[](http://makeapullrequest.com)
+
+
+ react-native-opencv-tutorial
+
+
+
+ A fully working example of the OpenCV library used together with React Native.
+
+
+
+
+ Blog post |
+ Hire us
+
+
+
+
+
+ [](https://github.com/brainhubeu/react-native-opencv-tutorial/blob/master/LICENSE.MD)
+ [](http://makeapullrequest.com)
+
## What this tutorial is about
This tutorial is how to use React Native together with OpenCV for image processing. This example uses native Java and Objective-C bindings for OpenCV. In this example we use the device's camera to take a photo and detect whether the taken photo is clear or blurred.