Skip to content

Commit

Permalink
Added spell check Nuget link
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhanush committed Feb 4, 2025
1 parent 3b5bd11 commit c704673
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ASP.NET Core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Document editor performs spell check by processing hunspell dictionary files, So

### Steps to configure spell checker

* Add the [`Syncfusion.EJ2.SpellChecker.AspNet.Core`](<https://www.nuget.org/packages/Syncfusion.EJ2.SpellChecker.AspNet.Core/>) Nuget in your project

* In the application App_Data folder, include the dictionary, .aff dictionary files and JSON file.

![](appData.PNG)
Expand Down
2 changes: 2 additions & 0 deletions ASP.NET MVC/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Document editor performs spell check by processing hunspell dictionary files, So

### Steps to configure spell checker

* Add the [`Syncfusion.EJ2.SpellChecker.AspNet.Mvc5`](<https://www.nuget.org/packages/Syncfusion.EJ2.SpellChecker.AspNet.Mvc5/>) Nuget in your project

* In the application App_Data folder, include the dictionary, .aff dictionary files and JSON file.

![](appData.PNG)
Expand Down

0 comments on commit c704673

Please sign in to comment.