Skip to content

Commit d9c9158

Browse files
authored
Fix paths for service in README
1 parent fb17255 commit d9c9158

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ npm i --save angular-contentful-service
1818
import { BrowserModule } from '@angular/platform-browser';
1919
import { NgModule } from '@angular/core';
2020
import { AppComponent } from './app.component';
21-
import { ContentfulModule } from './modules/contentful/contentful.module';
21+
import { ContentfulModule } from 'angular-contentful-service';
2222

2323
@NgModule({
2424
declarations: [
@@ -40,7 +40,7 @@ export class AppModule { }
4040

4141
```typescript
4242
import { Component } from '@angular/core';
43-
import { ContentfulService } from './modules/contentful/contentful.service';
43+
import { ContentfulService } from 'angular-contentful-service'
4444

4545
@Component({
4646
selector: 'app-root',

0 commit comments

Comments
 (0)