diff --git a/README.md b/README.md
index 47399e8..7d9e5e7 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Deep-Neural-Network-Implementation
-Python **Numpy** Implementation for a 5-Layer Neural Network
-Can be extended to n-hidden Layer as well.
-For more insight please visit [Introduction to deeplearning](ab-bh.github.io)
+# Deep Neural Network Implementation
+Python [**NumPy**](http://www.numpy.org/) Implementation for a 5-Layer [Neural Network](https://en.wikipedia.org/wiki/Artificial_neural_network)
+Can be extended to n-hidden Layer(s) as well.
+For more insight please visit [Introduction to Deep Learning](https://ab-bh.github.io/)