Skip to content

Commit d11ae11

Browse files
authored
Merge pull request #284 from DhinaParandhaman/master
Need to resolve Image Editor readme file
2 parents a2170a4 + 493acf0 commit d11ae11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/imageeditor/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ cd my-app
3939
All Syncfusion Angular packages are available in [npmjs.com](https://www.npmjs.com/~syncfusionorg). To install the angular image editor package, use the following command.
4040

4141
```bash
42-
ng add @syncfusion/ej2-angular-image-editors
42+
ng add @syncfusion/ej2-angular-image-editor
4343
```
4444

4545
The above command does the below configuration to your Angular app.
4646

47-
* Adds `@syncfusion/ej2-angular-image-editors` package and its peer dependencies to your `package.json` file.
47+
* Adds `@syncfusion/ej2-angular-image-editor` package and its peer dependencies to your `package.json` file.
4848
* Imports the `ImageEditorModule` in your application module `app.module.ts`.
4949
* Registers the Syncfusion UI default theme (material) in the `angular.json` file.
5050

0 commit comments

Comments
 (0)