Skip to content

Commit

Permalink
feat: update and correct README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
osahner authored and jkuri committed Jun 19, 2018
1 parent 2746e9e commit 2feb93a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To save your and our time, we will systematically close all issues that are requ

1. Add `ngx-uploader` module as dependency to your project.

```bash
```console
npm install ngx-uploader --save
```

Expand All @@ -38,7 +38,7 @@ import { NgxUploaderModule } from 'ngx-uploader';
export class AppModule {}
```

**or** include `NgxUploaderModule` with your SharedModule. This could be usefull if your project has nested Modules.
**or** include `NgxUploaderModule` into your SharedModule. This could be usefull if your project has nested Modules.

```ts
// shared.module.ts
Expand All @@ -62,7 +62,9 @@ import { NgxUploaderModule } from 'ngx-uploader';
})
export class SharedModule {
}
```

```ts
// app.module.ts
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
Expand Down

0 comments on commit 2feb93a

Please sign in to comment.