We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5278cb3 commit 8f1d040Copy full SHA for 8f1d040
1 file changed
README.md
@@ -29,20 +29,29 @@ Simple and easy to use lightbox script.
29
30
### npm
31
32
-```shell
33
-npm install baguettebox.js
+```sh
+npm install baguettebox.js --save
34
+```
35
+
36
+### Yarn
37
38
+yarn add baguettebox.js
39
```
40
41
### Bower
42
-bower install baguettebox.js
43
44
+bower install baguettebox.js --save
45
46
47
### CDN
-1. Go to [cdnjs](https://cdnjs.com/libraries/baguettebox.js/) and copy URLs of the latest version:
48
+1. Use one of the following CDN providers:
49
50
+ https://cdnjs.com/libraries/baguettebox.js
51
- https://cdnjs.com/libraries/baguettebox.js/
52
+ http://jsdelivr.com/projects/baguettebox.js
53
54
+3. Copy URLs of the latest version (both `.js` and `.css` files)
55
56
2. Paste the URLs in your HTML file:
57
0 commit comments