Skip to content

Commit 23cb357

Browse files
authored
Merge pull request faisal-iqbal#1 from shakehar/patch-1
Fixed typos
2 parents e779614 + a5cf345 commit 23cb357

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Angular 4 Data Table
22

3-
It is fork of this package [https://github.com/ggmod/angular-2-data-table] (https://github.com/ggmod/angular-2-data-table)
3+
This is fork of package [https://github.com/ggmod/angular-2-data-table] (https://github.com/ggmod/angular-2-data-table)
44

55
A simple Angular 4 data table, with built-in solutions for features including:
66

@@ -22,13 +22,13 @@ Demo for pagination with seperate page numbers will be added soon
2222
## Installing:
2323
`npm install angular-4-data-table --save`
2424

25-
## Prodaction (Minification)
26-
Some times can be some problam with it. to fix it
27-
use import like this
25+
## Production (Minification)
26+
Some times this can cause problems.
27+
To fix it use import like this
2828

2929
`import { DataTableModule } from 'angular-4-data-table';`
3030

31-
and for prodaction build use
31+
and for production build use
3232

3333
`ng build --prod --aot=false`
3434

0 commit comments

Comments
 (0)