diff --git a/README.md b/README.md
index b9f38350..88c6b631 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Spring Boot Hello World
-**A simple Spring Boot app to send hello world message to a user**
+**A simple Spring Boot 2.x app to send hello world message to a user**
## How to Run Application
@@ -14,7 +14,7 @@
- **From jar file**
Create a jar file using '**mvn clean install**' command and then execute
-
```java -jar target/hello-world-1.0.1-SNAPSHOT.jar```
+
```java -jar target/spring-boot-2-hello-world-1.0.2-SNAPSHOT.jar```
- **Directly from IDE**
diff --git a/pom.xml b/pom.xml
index 3770df7d..ab1fcce5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
1.0.2-SNAPSHOT
spring-boot-2-hello-world
- A simple Spring Boot app to send hello world message to a user
+ A simple Spring Boot 2.x app to send hello world message to a user
1.8