Skip to content

Commit 7d88196

Browse files
authored
Update Getting-Started.md
1 parent ab3e66f commit 7d88196

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

MAUI/Rich-Text-Editor/Getting-Started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Before proceeding, ensure the following are in place:
3131
## Step 2: Install the Syncfusion®.MAUI RichTextEditor NuGet Package
3232

3333
1. In **Solution Explorer**, right-click the project and choose **Manage NuGet Packages**.
34-
2. Search for [Syncfusion.Maui.RichTextEditor](https://www.nuget.org/packages/Syncfusion.Maui.RichTextEditor) and install the latest version.
34+
2. Search for and install the latest version.
3535
3. Ensure the necessary dependencies are installed correctly, and the project is restored.
3636

3737
## Step 3: Register the Handler
@@ -203,7 +203,7 @@ Step 1: Add the namespace as shown in the following code sample.
203203
{% endtabs %}
204204

205205

206-
Step 2: Add the [SfRichTextEditor](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.RichTextEditor.SfRichTextEditor.html) control with a required optimal name using the included namespace.
206+
Step 2: Add the SfRichTextEditor control with a required optimal name using the included namespace.
207207

208208
{% tabs %}
209209

@@ -247,7 +247,7 @@ namespace RichTextEditorSample
247247

248248
## Enable the Toolbar
249249

250-
The [SfRichTextEditor](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.RichTextEditor.SfRichTextEditor.html) provides a comprehensive toolbar that allows users to format their content easily. You can enable it by setting the [ShowToolbar](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.RichTextEditor.SfRichTextEditor.html#Syncfusion_Maui_RichTextEditor_SfRichTextEditor_ShowToolbar) property to `True`.
250+
The SfRichTextEditor provides a comprehensive toolbar that allows users to format their content easily. You can enable it by setting the ShowToolbar property to `True`.
251251

252252
{% tabs %}
253253

@@ -335,4 +335,4 @@ this.Content = richTextEditor;
335335

336336
{% endtabs %}
337337

338-
N> You can find the getting started sample of .NET MAUI SfRichTextEditor from this **link**.
338+
N> You can find the getting started sample of .NET MAUI SfRichTextEditor from this **link**.

0 commit comments

Comments
 (0)