|
4 | 4 | __ / // // // // // _ // _// // / / // _ // _// // // \/ // _ \/ /
|
5 | 5 | / / // // // // // ___// / / // / / // ___// / / / / // // /\ // // / /__
|
6 | 6 | \___//____ \\___//____//_/ _\_ / /_//____//_/ /_/ /_//_//_/ /_/ \__\_\___/
|
7 |
| - \/ /____/ version DEV |
| 7 | + \/ /____/ version 1.11.0 |
8 | 8 | ```
|
9 | 9 | http://terminal.jcubic.pl
|
10 | 10 |
|
11 |
| -[](https://www.npmjs.com/package/jquery.terminal) |
12 |
| - |
13 |
| -[](https://travis-ci.org/jcubic/jquery.terminal) |
| 11 | +[](https://www.npmjs.com/package/jquery.terminal) |
| 12 | + |
| 13 | +[](https://travis-ci.org/jcubic/jquery.terminal) |
14 | 14 | [](https://snyk.io/test/npm/jquery.terminal)
|
15 |
| -[](https://coveralls.io/github/jcubic/jquery.terminal?branch=devel) |
| 15 | +[](https://coveralls.io/github/jcubic/jquery.terminal?branch=master) |
16 | 16 | 
|
17 | 17 | [](http://packagequality.com/#?package=jquery.terminal)
|
18 | 18 |
|
@@ -67,20 +67,20 @@ Include jQuery library, you can use cdn from http://jquery.com/download/
|
67 | 67 | ```
|
68 | 68 |
|
69 | 69 |
|
70 |
| -Then include js/jquery.terminal-DEV.min.js and css/jquery.terminal-DEV.min.css |
| 70 | +Then include js/jquery.terminal-1.11.0.min.js and css/jquery.terminal-1.11.0.min.css |
71 | 71 |
|
72 | 72 | You can grab the files from CDN:
|
73 | 73 |
|
74 | 74 | ```html
|
75 |
| -<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/DEV/js/jquery.terminal.min.js"></script> |
76 |
| -<link href="https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/DEV/css/jquery.terminal.min.css" rel="stylesheet"/> |
| 75 | +<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/1.11.0/js/jquery.terminal.min.js"></script> |
| 76 | +<link href="https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/1.11.0/css/jquery.terminal.min.css" rel="stylesheet"/> |
77 | 77 | ```
|
78 | 78 |
|
79 | 79 | or
|
80 | 80 |
|
81 | 81 | ```html
|
82 |
| -<script src="https://cdn.jsdelivr.net/npm/jquery.terminal@DEV/js/jquery.terminal.min.js"></script> |
83 |
| -<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/jquery.terminal@DEV/css/jquery.terminal.min.css"> |
| 82 | +<script src="https://cdn.jsdelivr.net/npm/jquery.terminal@1.11.0/js/jquery.terminal.min.js"></script> |
| 83 | +<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/jquery.terminal@1.11.0/css/jquery.terminal.min.css"> |
84 | 84 | ```
|
85 | 85 |
|
86 | 86 | **NOTE:** From version 1.0.0 if you want to support old browsers then you'll need to use [key event property polyfill](https://rawgit.com/inexorabletash/polyfill/master/keyboard.js). You can check the support for it on [can I use](https://caniuse.com/#feat=keyboardevent-key).
|
|
0 commit comments