Skip to content

Commit

Permalink
Merge pull request #1070 from dexteresc/patch-1
Browse files Browse the repository at this point in the history
docs: correct spelling of readme
  • Loading branch information
VadimDez authored May 14, 2024
2 parents 578009c + a54372e commit c6648ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ Use `eventBus` for the search functionality.
In your component's ts file:

* Add reference to `pdf-viewer` component,
* then when needed execute `search()` linke this:
* then when needed execute `search()` like this:

```typescript
@ViewChild(PdfViewerComponent) private pdfComponent: PdfViewerComponent;
Expand Down

0 comments on commit c6648ca

Please sign in to comment.