Skip to content

Commit bd7297f

Browse files
authored
Minor Text Fixes in README.md
1 parent b970132 commit bd7297f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# angular2-fusioncharts
1+
# angular-fusioncharts
22

33
## Installation
44

5-
To install `angular2-fusioncharts` library, run:
5+
To install `angular-fusioncharts` library, run:
66

77
```bash
88
$ npm install angular-fusioncharts --save
@@ -16,7 +16,7 @@ import { NgModule } from '@angular/core';
1616

1717
import { AppComponent } from './app.component';
1818

19-
// Import angular2-fusioncharts
19+
// Import angular-fusioncharts
2020
import { FusionChartsModule } from 'angular-fusioncharts';
2121

2222
// Import FusionCharts library and chart modules
@@ -58,7 +58,7 @@ export class AppComponent {
5858
title: string;
5959

6060
constructor() {
61-
this.title = "Angular 2 FusionCharts Sample";
61+
this.title = "Angular FusionCharts Sample";
6262

6363
this.dataSource = {
6464
"chart": {

0 commit comments

Comments
 (0)