kamrify commited on
Commit
afc0b28
·
2 Parent(s): 4554dfb 6def0aa

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

Browse files
Files changed (1) hide show
  1. readme.md +3 -1
readme.md CHANGED
@@ -47,7 +47,7 @@ npm install driver.js
47
  Or include it using CDN. If you want a specific version, put it as `[email protected]` in the name
48
  ```html
49
  <script src="https://unpkg.com/driver.js/dist/driver.min.js"></script>
50
- <script src="https://unpkg.com/driver.js/dist/driver.min.css"></script>
51
  ```
52
 
53
  Or grab the code from `dist` directory and include it directly.
@@ -356,6 +356,8 @@ activeElement.getNode(); // Gets the DOM Element behind this element
356
 
357
  Feel free to submit pull requests, create issues or spread the word.
358
 
 
 
359
  ## Sponsored By
360
 
361
  Thanks to [BrowserStack](https://browserstack.com) for sponsoring the compatibility testing needs.
 
47
  Or include it using CDN. If you want a specific version, put it as `[email protected]` in the name
48
  ```html
49
  <script src="https://unpkg.com/driver.js/dist/driver.min.js"></script>
50
+ <link rel="stylesheet" href="https://unpkg.com/driver.js/dist/driver.min.css">
51
  ```
52
 
53
  Or grab the code from `dist` directory and include it directly.
 
356
 
357
  Feel free to submit pull requests, create issues or spread the word.
358
 
359
+ [![](https://img.shields.io/badge/paypal-buy%20me%20a%20coffee-green.svg?style=for-the-badge)](https://paypal.me/kamranahmedse)
360
+
361
  ## Sponsored By
362
 
363
  Thanks to [BrowserStack](https://browserstack.com) for sponsoring the compatibility testing needs.