martinst1 commited on
Commit
bda02bf
·
1 Parent(s): 435367b

Fix CSS link in readme

Browse files
Files changed (1) hide show
  1. readme.md +1 -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.
 
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.