Skip to content

Commit

Permalink
fix: fix readme import error
Browse files Browse the repository at this point in the history
  • Loading branch information
HandsomeButterball committed Jul 20, 2021
1 parent 1f7b229 commit c29cd8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ A modern and powerful gantt component for Angular
## Installation

```bash
$ npm i @worktile/ngx-gantt --save
$ npm i @worktile/gantt --save
# or
$ yarn add @worktile/ngx-gantt
$ yarn add @worktile/gantt
```

## Demo
Expand All @@ -30,7 +30,7 @@ $ yarn add @worktile/ngx-gantt

```ts
import { NgModule } from '@angular/core';
import { NgxGanttModule } from '@worktile/ngx-gantt';
import { NgxGanttModule } from '@worktile/gantt';

@NgModule({
...
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/intro/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ yarn add @worktile/gantt

```ts
import { NgModule } from '@angular/core';
import { NgxGanttModule } from '@worktile/ngx-gantt';
import { NgxGanttModule } from '@worktile/gantt';

@NgModule({
...
Expand Down

0 comments on commit c29cd8a

Please sign in to comment.