diff --git a/README.md b/README.md
index caf7d82..f488016 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,24 @@
-# Button - Demo Samples
+# WPF Button - Demo Samples
+## Overview
+This repository contains a collection of sample projects that demonstrate the built-in functionalities of the Syncfusion WPF Button control. The Button control is a versatile UI element used to trigger actions, submit forms, or interact with users in various ways. Syncfusion’s enhanced Button control offers additional features such as:
+- Image support
+- Size modes
+- Command binding
+- Styling options
-This repository contains samples that demonstrate built-in functionalities of Button control.
+These features make it suitable for modern WPF applications.
-* **Getting Started** - This demo explains how to add button control and its basic features like image sizing options and size modes to an application here.
-* **MVVM Command Binding** - This demo explains how to provide command binding for button control to perform any action while pressing the Button.
+## Samples Included
+**Samples/Getting-Started**
+
+This demo explains how to add the Button control to a WPF application and showcases its basic features. It includes examples of:
+- Setting image sizing options
+- Adjusting button size modes
+- Customizing appearance
+
+**Samples/MVVM**
+
+This sample demonstrates how to use MVVM architecture to bind commands to the Button control. It shows how to execute actions when the button is clicked using ICommand implementations in the ViewModel.
+
+## Why These Samples?
+These examples help developers quickly understand how to integrate and use the Button control in real-world WPF applications. Whether you're building simple forms or complex interactive interfaces, these samples provide a solid foundation for using Syncfusion's Button control effectively.