diff --git a/README.md b/README.md
index 9d76e03..9cb4f68 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,27 @@
# dng.Dnn.SocialMedia
-Add MetaTags for Facebook and Twitter
+
+Project Description
+-------------------
+
+This SkinObject add nessary MetaTags for Facebook and Twitter. It use the PageTitle, PageDescription and the IconLargeFile that can be configured for every tab.
+It is build for [DNNĀ®](http://www.dnnsoftware.com/) ( formerly DotNetNukeĀ® ).
+
+How to use
+----------
+
+Right now there is no package to install this SkinObject. However it is really simple to use it. Copy the _dng.Dnn.SocialMedia.dll_ to your _bin_ folder
+
+Add the following _Register_ to your skin:
+
+ <%@ Register TagPrefix="dng" Namespace="dng.Dnn.SocialMedia.Skins" Assembly="dng.Dnn.SocialMedia" %>
+
+After that you can use the following custom tag inside your skin:
+
+
+
+
+To Do's:
+--------
+
+* Build Scripts
+* Creating auf Installation-Package
diff --git a/dng.Dnn.SocialMedia.csproj b/dng.Dnn.SocialMedia.csproj
index dd5a994..71cbb8f 100644
--- a/dng.Dnn.SocialMedia.csproj
+++ b/dng.Dnn.SocialMedia.csproj
@@ -50,7 +50,11 @@
+
+
+
+