File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,18 +73,18 @@ See EOL for each version in [Security Policy Page](https://github.com/palcarazm/
7373
7474``` html
7575<link
76- href =" https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.3.0-rc2 /css/bootstrap5-toggle.min.css"
76+ href =" https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.3.0/css/bootstrap5-toggle.min.css"
7777 rel =" stylesheet" />
78- <script src =" https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.3.0-rc2 /js/bootstrap5-toggle.ecmas.min.js" ></script >
78+ <script src =" https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.3.0/js/bootstrap5-toggle.ecmas.min.js" ></script >
7979```
8080
8181### jQuery Interface
8282
8383``` html
8484<link
85- href =" https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.3.0-rc2 /css/bootstrap5-toggle.min.css"
85+ href =" https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.3.0/css/bootstrap5-toggle.min.css"
8686 rel =" stylesheet" />
87- <script src =" https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.3.0-rc2 /js/bootstrap5-toggle.jquery.min.js" ></script >
87+ <script src =" https://cdn.jsdelivr.net/npm/bootstrap5-toggle@5.3.0/js/bootstrap5-toggle.jquery.min.js" ></script >
8888```
8989
9090## Download
@@ -96,13 +96,13 @@ See EOL for each version in [Security Policy Page](https://github.com/palcarazm/
9696[ ![ NPM Badge] ( https://img.shields.io/npm/dm/bootstrap5-toggle?logo=npm )] ( https://www.npmjs.com/package/bootstrap5-toggle )
9797
9898``` ksh
99- npm install bootstrap5-toggle@5.3.0-rc2
99+ npm install bootstrap5-toggle@5.3.0
100100```
101101
102102## Yarn
103103
104104``` ksh
105- yarn add bootstrap5-toggle@5.3.0-rc2
105+ yarn add bootstrap5-toggle@5.3.0
106106```
107107
108108# Usage
Original file line number Diff line number Diff line change 11{
22 "name" : " bootstrap5-toggle" ,
3- "version" : " 5.3.0-rc2 " ,
3+ "version" : " 5.3.0" ,
44 "type" : " module" ,
55 "author" : {
66 "name" : " Pablo Alcaraz Martínez" ,
You can’t perform that action at this time.
0 commit comments