Skip to content

Commit

Permalink
fix: 馃悰 (docs) update usage docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kreuzerk committed Oct 2, 2022
1 parent 112b62a commit ffc8df8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -14,7 +14,7 @@
- [Features](#features)
- [Getting started](#getting-started)
- [Installation](#installation)
- [Usage with an import](#usage-with-an-import)
- [Usage](#usage)
- [API](#api)
- [Examples](#examples)
- [Pass in specific DebugElement](#pass-in-specific-debugelement)
Expand Down Expand Up @@ -57,7 +57,7 @@ This module will only be used during development and can therefore be installed
npm i -D @angular-extensions/pretty-html-log
```

### Usage with an import
### Usage

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.

Expand Down

0 comments on commit ffc8df8

Please sign in to comment.