kamrify commited on
Commit
b14cb7b
·
unverified ·
1 Parent(s): 5697c7f

Update readme

Browse files
Files changed (1) hide show
  1. readme.md +11 -6
readme.md CHANGED
@@ -14,12 +14,13 @@
14
 
15
  <p align="center">
16
  <b>Powerful, highly customizable vanilla JavaScript engine to drive the user's focus across the page</b></br>
17
- <sub>No external dependencies, supports all major browsers and highly customizable <sub>
18
  </p>
19
 
20
  <br />
21
 
22
- - **Simple**: is simple to use and has no external dependency at all
 
23
  - **Highly customizable**: has a powerful API and can be used however you want
24
  - **Highlight anything**: highlight any (literally any) element on page
25
  - **Feature introductions**: create powerful feature introductions for your web applications
@@ -29,7 +30,13 @@
29
  - **Consistent behavior**: usable across all browsers
30
  - **MIT Licensed**: free for personal and commercial use
31
 
32
- For Usage and Examples, [have a look at demo](https://driverjs.com)
 
 
 
 
 
 
33
 
34
  ## So, yet another tour library?
35
 
@@ -39,9 +46,7 @@ Driver.js is written in Vanilla TypeScript, has zero dependencies and is highly
39
 
40
  > Also, comparing the size of Driver.js with other libraries, since it doesn't have any dependencies, it is **just ~5kb gzipped** while others are 12kb+.
41
 
42
- ## Demos and Usage
43
-
44
- For complete documentation, visit [driverjs.com](https://driverjs.com)
45
 
46
  ## Contributions
47
 
 
14
 
15
  <p align="center">
16
  <b>Powerful, highly customizable vanilla JavaScript engine to drive the user's focus across the page</b></br>
17
+ <sub>No external dependencies, light-weight, supports all major browsers and highly customizable </sub><br>
18
  </p>
19
 
20
  <br />
21
 
22
+ - **Simple**: is simple to use and has no external dependency at all.
23
+ - **Light-weight**: is just 5kb gzipped as compared to other libraries which are +12kb gzipped.
24
  - **Highly customizable**: has a powerful API and can be used however you want
25
  - **Highlight anything**: highlight any (literally any) element on page
26
  - **Feature introductions**: create powerful feature introductions for your web applications
 
30
  - **Consistent behavior**: usable across all browsers
31
  - **MIT Licensed**: free for personal and commercial use
32
 
33
+ <br />
34
+
35
+ ## Documentation
36
+
37
+ For demos and documentation, visit [driverjs.com](https://driverjs.com)
38
+
39
+ <br />
40
 
41
  ## So, yet another tour library?
42
 
 
46
 
47
  > Also, comparing the size of Driver.js with other libraries, since it doesn't have any dependencies, it is **just ~5kb gzipped** while others are 12kb+.
48
 
49
+ <br>
 
 
50
 
51
  ## Contributions
52