diff --git a/README.md b/README.md
index 9ba3058..9c9036a 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,14 @@
+ [](https://twitter.com/intent/tweet?text=https%3A%2F%2Ftwitter.com%2Fintent%2Ftweet%3Ftext%3DLearn%20blockchain%2020%20minutes%20-%20https%3A%2F%2Fgithub.com%2Fdaxeel%2Fblockshell)
+
+đ README.md just includes installation guide. You can find detailed guide in this wiki page
+
# BlockShell
A command line utility for learning Blockchain technical concepts likechaining, mining, proof of work etc.
-## About
+## âšī¸ About
Anyone who wants to understand how blockchain technology works, then BlockShell should be a great start. Because I have created BlockShell keeping blockchain fundamentals in the center of development. With BlockShell you will actually create a tiny blockchain in your system where you can create blocks with data, explore blocks etc.
So, by using BlockShell anyone can learn following blockchain concepts,
@@ -13,14 +17,14 @@ So, by using BlockShell anyone can learn following blockchain concepts,
* Mining
* Proof of Work
-## BlockShell Web Explorer
+## đ BlockShell Web Explorer
BlockShell comes with built-in blockchain explorer by which you can actully see how blocks are mined and what is stored and where.
Latest Mined Blocks | Block Details :------------------------------:|:-------------------------:  |  -## Installation +## đĻ Installation Step 1 - Create project directory ``` mkdir
-
-## Lanuch BlockShell Web
-Step 1 - Start new terminal window, go to cloned directory
-
-Step 2 - Start web.py
-```
-python web.py
-```
-
-Step 3 - Go to 127.0.0.1:5000 address in browser and boom!
-