Skip to content

Commit

Permalink
Merge pull request #190 from MurhafSousli/dev
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
MurhafSousli authored Aug 28, 2021
2 parents b8cd71c + f08d651 commit 64d43a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-highlightjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64d43a3

Please sign in to comment.