Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperiorJT authored Dec 21, 2016
1 parent f612dbd commit 2620232
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 @@ -8,7 +8,7 @@ angular2-qrcode is a component that you can easily integrate into your project.

## How To Use

### RC5 UPDATE: Import into your NgModule and use it as Directive
### Import into your NgModule and use it as Directive

```
import { NgModule } from '@angular/core';
Expand Down Expand Up @@ -62,4 +62,4 @@ import {QRCodeComponent} from 'angular2-qrcode';
If you have `code length overflow` errors, you need to increase the `[type]` value to increase the buffer for your data string.

## License
MIT License
MIT License

0 comments on commit 2620232

Please sign in to comment.