Skip to content

Commit 3ed6954

Browse files
author
Alexander
authored
Update README.md
1 parent e84922c commit 3ed6954

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ Since 1.0.8 version the library exists lite version also without some functional
88
### How to install
99
You need to include library javascript file from `dist` directory on your page
1010
```html
11-
<link rel="stylesheet" href="dist/css/DatePickerX.min.css">
12-
<script src="dist/js/DatePickerX.min.js"></script>
11+
for full version
12+
<script src="dist/ExtendedJS.min.js"></script>
13+
14+
or for lite version
15+
<script src="dist/ExtendedJS.lite.min.js"></script>
1316
```
1417

1518
### Library methods and properties
@@ -65,4 +68,4 @@ Objects `window.ExJS` and `window.exjs` are aliases for `window.ExtendedJS` obje
6568
Lite version of ExtendedJS doesn't contain following:
6669
* objects `window.ExtendedJS`, `window.ExJS` and `window.exjs`
6770
* methods `window.ExtendedJS.cookies.get`, `window.ExtendedJS.cookies.set`, `window.ExtendedJS.cookies.delete`, `window.ExtendedJS.cookies.exists`, `window.ExtendedJS.scroll`, `window.ExtendedJS.ajax` and `window.ExtendedJS.ajaxDefaults`
68-
* properties `Element.prototype.outerHeight`, `Element.prototype.fullOuterHeight`, `Element.prototype.outerWidth` and `Element.prototype.fullOuterWidth`
71+
* properties `Element.prototype.outerHeight`, `Element.prototype.fullOuterHeight`, `Element.prototype.outerWidth` and `Element.prototype.fullOuterWidth`

0 commit comments

Comments
 (0)