Skip to content

Commit 9e08bc0

Browse files
committed
Update README
1 parent 4c30ebd commit 9e08bc0

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = function(grunt) {
2727
'src/jquery.js'
2828
],
2929
js_files_for_standalone: [
30-
'node_modules/jquery-extendext/jQuery.extendext.js',
30+
'node_modules/jquery-extendext/jquery-extendext.js',
3131
'node_modules/dot/doT.js',
3232
'dist/js/query-builder.js'
3333
]

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ jQuery plugin offering an simple interface to create complex queries.
2424

2525
[Download the latest release](https://github.com/mistic100/jQuery-QueryBuilder/releases)
2626

27-
#### With Bower
28-
29-
```bash
30-
$ bower install jQuery-QueryBuilder
31-
```
32-
3327
#### With npm
3428

3529
```bash
@@ -51,7 +45,7 @@ jQuery-QueryBuilder is available on [jsDelivr](https://www.jsdelivr.com/package/
5145
($.extendext and doT.js are directly included in the [standalone](https://github.com/mistic100/jQuery-QueryBuilder/blob/master/dist/js/query-builder.standalone.js) file)
5246

5347
### Browser support
54-
* Internet Explorer >= 9
48+
* Internet Explorer >= 11
5549
* All other recent browsers
5650

5751

0 commit comments

Comments
 (0)