Skip to content

Commit

Permalink
Merge pull request #18 from SQ-UI/documentation
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
samuil4 authored Aug 16, 2018
2 parents b29dd9a + 1b62783 commit 7212d8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
## Add the appropriate module - either FormsModule or ReactiveFormsModule

```typescript
import { NgSqUiModule } from '@sq-ui/ng-sq-ui';
import { ReactiveFormsModule } from '@angular/forms';
import { NgSqUiModule } from '@sq-ui/ng-sq-ui';

@NgModule({
declarations: [],
Expand All @@ -24,8 +24,8 @@ export class AppModule {}
-- or --

```typescript
import { NgSqUiModule } from '@sq-ui/ng-sq-ui';
import { FormsModule } from '@angular/forms';
import { NgSqUiModule } from '@sq-ui/ng-sq-ui';

@NgModule({
declarations: [],
Expand Down

0 comments on commit 7212d8f

Please sign in to comment.