Skip to content

Commit 70ae87d

Browse files
committed
docs(readme): adjust doc
1 parent 001c1a9 commit 70ae87d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @angular-extensions/pretty-html-log
22

3+
# Work in progress - module not yet published
4+
35
This module allows you to pretty print the inner HTML
46
of `ComponentFixtures`,
57
`DebugElements`, `NativeElements` or even plain HTML `strings` to the console.
@@ -10,7 +12,7 @@ This module will only be used during development and can therefore
1012
be installed as a dev dependency.
1113

1214
```
13-
npm i -D @angular-extension/pretty-html-log
15+
npm i -D @angular-extensions/pretty-html-log
1416
```
1517

1618
This module is best used with Angular and Jest. Create a

0 commit comments

Comments
 (0)