Skip to content

Commit

Permalink
Update README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shad1ks committed Jul 6, 2019
1 parent 280c188 commit 2654221
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 @@ -27,7 +27,7 @@ npm install ss-ngx-calendar
import { NgModule } from "@angular/core";
import { CommonModule } from "@angular/common";

import { NgxCalendarModule } from "ngx-calendar";
import { NgxCalendarModule } from "ss-ngx-calendar";

@NgModule({
imports: [
Expand Down Expand Up @@ -141,7 +141,7 @@ onChooseDate(date: any) {
- **Change view**<br>Use to change view after load.

```javascript
import { NgxCalendarComponent } from "ngx-calendar";
import { NgxCalendarComponent } from "ss-ngx-calendar";

@ViewChild("ngxCalendar") ngxCalendar: NgxCalendarComponent;

Expand All @@ -163,7 +163,7 @@ ngAfterViewInit() {
- **Refresh**<br>Use to reload options in case of change.

```javascript
import { NgxCalendarComponent } from "ngx-calendar";
import { NgxCalendarComponent } from "ss-ngx-calendar";

@ViewChild("ngxCalendar") ngxCalendar: NgxCalendarComponent;

Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ss-ngx-calendar",
"description": "Calendar component for Angular.",
"version": "1.0.1",
"version": "1.0.2",
"main": "./src/lib/ngx-calendar.component.ts",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2654221

Please sign in to comment.