diff --git a/README.md b/README.md index 0df8fc78b..9ebaf58b4 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ onError(error: any) { Then add it to `pdf-component` in component's template ```html -(error)="onError($event) +(error)="onError($event)" ``` ## Contribute