Skip to content

Commit 9cbb502

Browse files
committed
fix(docs): fix typo
1 parent a948d3b commit 9cbb502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This module is best used with Angular and Jest. Create a
2121
`setupJest.ts` file in your `src` directory and add the following line:
2222

2323
```
24-
import @angular-extension/pretty-html-log
24+
import '@angular-extensions/pretty-html-log'
2525
```
2626

2727
This import adds a `logNgHTML` method to your console. You can then

0 commit comments

Comments
 (0)