From f08d6510b9f8b852891a39dce25dfce134b746ff Mon Sep 17 00:00:00 2001 From: Murhaf Sousli Date: Sat, 28 Aug 2021 05:53:39 +0200 Subject: [PATCH] Update README --- README.md | 2 +- projects/ngx-highlightjs/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index efa8c46..7f3be62 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ The following line will highlight the given code and append it to the host eleme | **[highlight]** | string | Accept code string to highlight, default `null` | | **[languages]** | string[] | An array of language names and aliases restricting auto detection to only these languages, default: `null` | | **[lineNumbers]** | boolean | A flag that indicates adding line numbers to highlighted code element | -| **(highlighted)** | HighlightResult | Stream that emits the result object when element is highlighted | +| **(highlighted)** | HighlightAutoResult | Stream that emits the result object when element is highlighted | ### NOTE diff --git a/projects/ngx-highlightjs/README.md b/projects/ngx-highlightjs/README.md index efa8c46..7f3be62 100644 --- a/projects/ngx-highlightjs/README.md +++ b/projects/ngx-highlightjs/README.md @@ -140,7 +140,7 @@ The following line will highlight the given code and append it to the host eleme | **[highlight]** | string | Accept code string to highlight, default `null` | | **[languages]** | string[] | An array of language names and aliases restricting auto detection to only these languages, default: `null` | | **[lineNumbers]** | boolean | A flag that indicates adding line numbers to highlighted code element | -| **(highlighted)** | HighlightResult | Stream that emits the result object when element is highlighted | +| **(highlighted)** | HighlightAutoResult | Stream that emits the result object when element is highlighted | ### NOTE