kamrify commited on
Commit
a7e561d
·
2 Parent(s): 6d7e9d4 6b18698

Merge branch 'master' of github.com:kamranahmedse/driver.js

Browse files
Files changed (3) hide show
  1. demo/scripts/demo.js +1 -1
  2. index.html +1 -1
  3. readme.md +5 -2
demo/scripts/demo.js CHANGED
@@ -28,7 +28,7 @@ document.addEventListener("DOMContentLoaded", function () {
28
  element: '#name_driver',
29
  popover: {
30
  title: 'Why Driver?',
31
- description: 'Because it let\'s you drive the user across the page',
32
  position: 'bottom',
33
  },
34
  },
 
28
  element: '#name_driver',
29
  popover: {
30
  title: 'Why Driver?',
31
+ description: 'Because it lets you drive the user across the page',
32
  position: 'bottom',
33
  },
34
  },
index.html CHANGED
@@ -154,7 +154,7 @@ driver.highlight({
154
  </code></pre>
155
  </div>
156
 
157
- <p class="top-20">And of-course it can be any valid HTML.</p>
158
 
159
  <hr class="hr__fancy">
160
 
 
154
  </code></pre>
155
  </div>
156
 
157
+ <p class="top-20">And of course it can be any valid HTML.</p>
158
 
159
  <hr class="hr__fancy">
160
 
readme.md CHANGED
@@ -2,10 +2,13 @@
2
 
3
  <p align="center">
4
  <a href="https://github.com/kamranahmedse/driver.js/blob/master/license">
5
- <img src="https://img.shields.io/github/license/kamranahmedse/driver.js.svg" />
6
  </a>
7
  <a href="https://npmjs.org/package/driver.js">
8
- <img src="https://img.shields.io/npm/v/driver.js.svg" alt="version" />
 
 
 
9
  </a>
10
  <a href="http://twitter.com/kamranahmedse">
11
  <img src="https://img.shields.io/badge/author-kamranahmedse-blue.svg" />
 
2
 
3
  <p align="center">
4
  <a href="https://github.com/kamranahmedse/driver.js/blob/master/license">
5
+ <img src="https://img.shields.io/badge/License-MIT-yellow.svg" />
6
  </a>
7
  <a href="https://npmjs.org/package/driver.js">
8
+ <img src="https://badge.fury.io/js/driver.js.svg" alt="version" />
9
+ </a>
10
+ <a href="https://github.com/kamranahmedse/driver.js/issues">
11
+ <img src="https://img.shields.io/badge/Production%20Ready-Not%20Yet-red.svg" alt="Not Ready Yet" />
12
  </a>
13
  <a href="http://twitter.com/kamranahmedse">
14
  <img src="https://img.shields.io/badge/author-kamranahmedse-blue.svg" />