diff --git a/README.md b/README.md
index 541bd43..f8ee712 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,14 @@
-# LearningDjango
\ No newline at end of file
+# LearningDjango
+
+
Insanely Useful Django Tips
+
+1. Use relative paths in the configuration
+2. Use the {% url %} tag
+3. Use Django admin for your PHP apps
+4. Use a separate media server
+5. Use the Debugger Toolbar
+6. Use Django Unit Testing
+7. Use a Cheatsheet
+8. Utilize django-chunks
+9. Utilize Memcache
+10. Stop hacking scripts together and just use Django
\ No newline at end of file