Skip to content

Commit ffc8df8

Browse files
committed
fix: 🐛 (docs) update usage docs
1 parent 112b62a commit ffc8df8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
- [Features](#features)
1515
- [Getting started](#getting-started)
1616
- [Installation](#installation)
17-
- [Usage with an import](#usage-with-an-import)
17+
- [Usage](#usage)
1818
- [API](#api)
1919
- [Examples](#examples)
2020
- [Pass in specific DebugElement](#pass-in-specific-debugelement)
@@ -57,7 +57,7 @@ This module will only be used during development and can therefore be installed
5757
npm i -D @angular-extensions/pretty-html-log
5858
```
5959

60-
### Usage with an import
60+
### Usage
6161

6262
The `@angular-extensions/pretty-html-log` package provides a `phl` method that you can use to pretty print a `fixture`, `debugElement`, `nativeElement` or even a plain HTML string. Simply import it while debugging and pretty print that HTML.
6363

0 commit comments

Comments
 (0)