kamrify commited on
Commit
d060f14
·
1 Parent(s): f3a59d2

Update demo URLs

Browse files
Files changed (1) hide show
  1. readme.md +2 -2
readme.md CHANGED
@@ -63,7 +63,7 @@ Or grab the code from `dist` directory and include it directly.
63
 
64
  Demos and many more usage examples can be found [in the docs page](http://kamranahmed.info/driver.js).
65
 
66
- ### Highlighting Single Element – [Demo](http://kamranahmed.info/driver#single-element-no-popover)
67
 
68
  You can highlight a single element by simply passing the selector.
69
 
@@ -73,7 +73,7 @@ driver.highlight('#create-post');
73
  ```
74
  A real world usage example for this is: using it to dim the background and highlight the required element e.g. the way Facebook does it when creating a post.
75
 
76
- ### Highlight and Popover – [Demo](http://kamranahmed.info/driver#single-element-with-popover)
77
 
78
  You can show additional details beside the highlighted element using the popover.
79
 
 
63
 
64
  Demos and many more usage examples can be found [in the docs page](http://kamranahmed.info/driver.js).
65
 
66
+ ### Highlighting Single Element – [Demo](http://kamranahmed.info/driver.js#single-element-no-popover)
67
 
68
  You can highlight a single element by simply passing the selector.
69
 
 
73
  ```
74
  A real world usage example for this is: using it to dim the background and highlight the required element e.g. the way Facebook does it when creating a post.
75
 
76
+ ### Highlight and Popover – [Demo](http://kamranahmed.info/driver.js#single-element-with-popover)
77
 
78
  You can show additional details beside the highlighted element using the popover.
79