Skip to content

Commit d6bbb7e

Browse files
authored
Update README.md
1 parent 4c1ff81 commit d6bbb7e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33
[![Code Climate](https://codeclimate.com/github/swimlane/ngx-datatable/badges/gpa.svg)](https://codeclimate.com/github/swimlane/ngx-datatable)
44
[![Build Status](https://travis-ci.org/swimlane/ngx-datatable.svg?branch=master)](https://travis-ci.org/swimlane/ngx-datatable)
55
[![Test Coverage](https://codeclimate.com/github/swimlane/ngx-datatable/badges/coverage.svg)](https://codeclimate.com/github/swimlane/ngx-datatable/coverage)
6-
[![Dependency Status](https://david-dm.org/swimlane/ngx-datatable.svg)](https://david-dm.org/swimlane/ngx-datatable)
7-
[![devDependency Status](https://david-dm.org/swimlane/ngx-datatable/dev-status.svg)](https://david-dm.org/swimlane/ngx-datatable#info=devDependencies)
86
[![npm version](https://badge.fury.io/js/%40swimlane%2Fngx-datatable.svg)](https://badge.fury.io/js/%40swimlane%2Fngx-datatable)
97

10-
`ngx-datatable` is a Angular2 component for presenting large and complex data. It has all the features you would expect from any other table but in a light package with _no external dependencies_. The table was designed to be extremely flexible and light; it doesn't make any assumptions about your data or how you: filter, sort or page it.
8+
`ngx-datatable` is a Angular2 and beyond component for presenting large and complex data. It has all the features you would expect from any other table but in a light package with _no external dependencies_. The table was designed to be extremely flexible and light; it doesn't make any assumptions about your data or how you: filter, sort or page it.
119

12-
It was built for modern browsers using _TypeScript, CSS3 and HTML5_ and Angular `>=2.3.0`. This is the sister project of the [angular-data-table](https://github.com/swimlane/angular-data-table) that is designed for Angular 1.x.
10+
It was built for modern browsers using _TypeScript, CSS3 and HTML5_ and Angular `>=2.4.0`. This is the sister project of the [angular-data-table](https://github.com/swimlane/angular-data-table) that is designed for Angular 1.x.
1311

1412
Check out the [documentation](https://swimlane.gitbooks.io/ngx-datatable/) & [demos](http://swimlane.github.io/ngx-datatable/) for more information!
1513

0 commit comments

Comments
 (0)