diff --git a/README.md b/README.md
index ec2f361..09a1d2b 100644
--- a/README.md
+++ b/README.md
@@ -7,11 +7,11 @@
*** https://www.markdownguide.org/basic-syntax/#reference-style-links
-->
-
Project Name
+
jVaidhiyar
- A template for Java maven projects.
+ A library for retrieving JVM related resource usage and configuration information.
- Report Bug/Request Feature
+ Report Bug/Request Feature
[![Contributors][contributors-shield]][contributors-url]
@@ -19,15 +19,15 @@
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![Apache License][license-shield]][license-url]
-![Maven build - Ubuntu latest](https://github.com/padaiyal/jMavenProjectTemplate/workflows/Maven%20build%20-%20Ubuntu%20latest/badge.svg?branch=main)
-![Maven build - Windows latest](https://github.com/padaiyal/jMavenProjectTemplate/workflows/Maven%20build%20-%20Windows%20latest/badge.svg?branch=main)
-![Maven build - MacOS latest](https://github.com/padaiyal/jMavenProjectTemplate/workflows/Maven%20build%20-%20MacOS%20latest/badge.svg?branch=main)
-![Publish to GitHub packages](https://github.com/padaiyal/jMavenProjectTemplate/workflows/Publish%20to%20GitHub%20packages/badge.svg)
+![Maven build - Ubuntu latest](https://github.com/padaiyal/jVaidhiyar/workflows/Maven%20build%20-%20Ubuntu%20latest/badge.svg?branch=main)
+![Maven build - Windows latest](https://github.com/padaiyal/jVaidhiyar/workflows/Maven%20build%20-%20Windows%20latest/badge.svg?branch=main)
+![Maven build - MacOS latest](https://github.com/padaiyal/jVaidhiyar/workflows/Maven%20build%20-%20MacOS%20latest/badge.svg?branch=main)
+![Publish to GitHub packages](https://github.com/padaiyal/jVaidhiyar/workflows/Publish%20to%20GitHub%20packages/badge.svg)
@@ -54,15 +54,74 @@
## About The Project
-Describe the project.
+This library retrieves the following JVM related information:
+ - Thread Information (Name, Priority, ID, Stack, CPU usage etc)
+ - Heap usage information
+ - Non heap usage information
+ - VM options
+ - Heap dump
## Usage
-Specify the steps to set up and use the project.
+This project is to be used as a dependency to other projects.
+Adding this project as a dependency is as follows:
+ 1. Download the latest jar for this project from [GitHub packages](https://github.com/orgs/padaiyal/packages?repo_name=jVaidhiyar) and place it within
+ the dependant project.
+ 2. Add the following dependency tag to the pom.xml of the dependant project:
+ ```
+