diff --git a/README.md b/README.md index 431e7a9..5f7f022 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ # Spring Boot Deployment Tutorial + +*`updated 22 April 2022`* + +[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fxdvrx1%2Fspringboot-app-deployment-tutorial&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=PAGE+VIEWS&edge_flat=false)](https://hits.seeyoufarm.com) + To demonstrate, I'll use my very own project purely written in Java and if you are interested in the project itself, please refer to the [original repo of this project](https://github.com/xdvrx1/converter-app). @@ -47,9 +52,8 @@ we don't need that. ## Q&A -If you have questions, please feel free to ask me: - - +If you have questions, please utilize +the `Discussions` feature of GitHub. You can also create a pull request or raise an issue to start the discussion or query/ies.