diff --git a/readme.md b/readme.md
index 3b68e54..ce1e892 100644
--- a/readme.md
+++ b/readme.md
@@ -1,6 +1,7 @@
## Overview
-> This a backend part project of Blogging application using spring boot technologies such as spring data jpa, spring security and authenticates users via JWT tokens with MySQL DB.
+> This a backend part project of Blogging application using spring boot technologies such as spring data jpa, spring security and authenticates users via JWT tokens with MySQL DB.
+> Frontend portion can be viewed here. Angular-UI
> Supports functionality for
>> User authentication & authorization via spring security using with JWT tokens.
@@ -19,4 +20,4 @@
> Documentation can be found in the file documentation.md
> For running it locally, setup.md can be used to download the required additional applications.
-> After which, mvnw clean install will download required dependencies required for this project. (Make sure JAVA_HOME is set - will save a stack overflow visit :-)
\ No newline at end of file
+> After which, mvnw clean install will download required dependencies required for this project. (Make sure JAVA_HOME is set - will save a stack overflow visit :-)