diff --git a/README.md b/README.md index 56a722e..41cf3c7 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ import { NgxHrefDirective, ToAnchorPipe } from 'ngx-href' imports: [ NgxHrefDirective, - NgxHrefPipe, + ToAnchorPipe, ] ```