diff --git a/DockLayout-Getting-Started/DockLayoutGettingStarted/AppShell.xaml b/DockLayout-Getting-Started/DockLayoutGettingStarted/AppShell.xaml
index 068a40d..fcb1da9 100644
--- a/DockLayout-Getting-Started/DockLayoutGettingStarted/AppShell.xaml
+++ b/DockLayout-Getting-Started/DockLayoutGettingStarted/AppShell.xaml
@@ -7,7 +7,6 @@
Title="DockLayoutGettingStarted">
diff --git a/README.md b/README.md
index 168491b..4f0228a 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
# Getting started with Syncfusion .NET MAUI DockLayout control
-## Creating an application with .NET MAUI chart
-1.Create a new .NET MAUI application in Visual Studio.
-2.Syncfusion .NET MAUI components are available in [nuget.org.](https://www.nuget.org/)
-3.To add SfDockLayout to your project, open the NuGet package manager in Visual Studio, search for Syncfusion.Maui.Core and then install it.
-Initialize `SfDockLayout.`
+## Creating an application with DockLayout
+1. Create a new .NET MAUI application in Visual Studio.
+2. Syncfusion .NET MAUI components are available in [nuget.org.](https://www.nuget.org/)
+3. To add SfDockLayout to your project, open the NuGet package manager in Visual Studio, search for Syncfusion.Maui.Core and then install it.
+4. Initialize `SfDockLayout.`
###### Xaml
```xaml
@@ -69,7 +69,6 @@ namespace DockLayoutSample
### Set Dock Position for Child Views
Inside the `SfDockLayout` control, child views can be arranged using the `Dock` attached property. This property allows to dock elements to specific edges— `Top`, `Bottom`, `Left`, `Right`, or set to `None` to remain undocked and fill the remaining space.
-
###### Xaml
```xaml