Skip to content

Commit

Permalink
docs(readme): Minor fixes in README (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelss95 authored and urish committed Jun 5, 2017
1 parent 175f220 commit b85e922
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ First you need to install moment:

`npm install moment --save`

Don´t forget to update your systemjs.config.js:
Don't forget to update your systemjs.config.js:

```
packages: {
Expand All @@ -48,7 +48,7 @@ Usage
Import `MomentModule` into your app's modules:

``` typescript
import {MomentModule} from 'angular2-moment';
import { MomentModule } from 'angular2-moment';

@NgModule({
imports: [
Expand Down Expand Up @@ -227,10 +227,10 @@ Complete Example
----------------

``` typescript
import {NgModule, Component} from 'angular2/core';
import {BrowserModule} from '@angular/platform-browser';
import {platformBrowserDynamic} from '@angular/platform-browser-dynamic';
import {MomentModule} from 'angular2-moment';
import { NgModule, Component } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
import { MomentModule } from 'angular2-moment';

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

0 comments on commit b85e922

Please sign in to comment.