Minor update in readme
Browse files
README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<h1 align="center"><img src="./demo/images/driver.png"
|
2 |
|
3 |
<p align="center">
|
4 |
<a href="https://creativecommons.org/licenses/by/4.0/">
|
@@ -13,7 +13,7 @@
|
|
13 |
</p>
|
14 |
|
15 |
<p align="center">
|
16 |
-
<b>
|
17 |
<sub>Only ~4kb, no external dependency, supports all major browsers and highly customizable <sub>
|
18 |
</p>
|
19 |
|
@@ -41,8 +41,6 @@ yarn add driver.js
|
|
41 |
|
42 |
Or include directly
|
43 |
|
44 |
-
Or include Choices directly:
|
45 |
-
|
46 |
```html
|
47 |
<!-- Include Driver CSS -->
|
48 |
<link rel="stylesheet" href="/dist/driver.min.css">
|
|
|
1 |
+
<h1 align="center"><img src="./demo/images/driver.png" /><br> Driver.js</h1>
|
2 |
|
3 |
<p align="center">
|
4 |
<a href="https://creativecommons.org/licenses/by/4.0/">
|
|
|
13 |
</p>
|
14 |
|
15 |
<p align="center">
|
16 |
+
<b>Powerful yet light-weight, vanilla JavaScript engine to drive the user's focus across the page</b></br>
|
17 |
<sub>Only ~4kb, no external dependency, supports all major browsers and highly customizable <sub>
|
18 |
</p>
|
19 |
|
|
|
41 |
|
42 |
Or include directly
|
43 |
|
|
|
|
|
44 |
```html
|
45 |
<!-- Include Driver CSS -->
|
46 |
<link rel="stylesheet" href="/dist/driver.min.css">
|