Skip to content

Commit

Permalink
docs(ngx-jodit-pro): fix wrong snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Sep 8, 2023
1 parent a7b6e9c commit a66c901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ngx-jodit-pro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ The demo for ngx-jodit-pro is not available. You can find a demo of ngx-jodit (n
6. Now you can use the component
```angular2html
<ngx-jodit [(value)]="value" [options]="options" #joditComponent></ngx-jodit>
<ngx-jodit-pro [(value)]="value" [options]="options" #joditComponent></ngx-jodit-pro>
```

## Usage
Expand Down

0 comments on commit a66c901

Please sign in to comment.