Skip to content

Commit

Permalink
Merge branch 'master' of github.com:UseAllFive/angular-contentful-ser…
Browse files Browse the repository at this point in the history
…vice
  • Loading branch information
bretmorris committed Nov 16, 2017
2 parents 10ce571 + d9c9158 commit 5d85c55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ npm i --save angular-contentful-service
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';
import { ContentfulModule } from './modules/contentful/contentful.module';
import { ContentfulModule } from 'angular-contentful-service';

@NgModule({
declarations: [
Expand All @@ -40,7 +40,7 @@ export class AppModule { }

```typescript
import { Component } from '@angular/core';
import { ContentfulService } from './modules/contentful/contentful.service';
import { ContentfulService } from 'angular-contentful-service'

@Component({
selector: 'app-root',
Expand Down

0 comments on commit 5d85c55

Please sign in to comment.