Skip to content

Commit 220a0b8

Browse files
authored
fix: docs
#23
1 parent 44ea2b8 commit 220a0b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Also you can implement your own Title service with specific behavior. Inject `I1
167167
```typescript
168168
import { Injectable, Inject } from '@angular/core';
169169
import { Title, DOCUMENT } from '@angular/platform-browser';
170-
import { I18NextPipe } from './I18NextPipe';
170+
import { I18NextPipe } from 'angular-i18next';
171171

172172
@Injectable()
173173
export class I18NextTitle extends Title {

0 commit comments

Comments
 (0)