Skip to content

Commit 6a2dded

Browse files
committed
Update CDN package links in readme.
1 parent e61e1b4 commit 6a2dded

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ For a quick and simple way to implement the Quick Menu into your project, we can
4242
The customisation capabilities are reduced by using a CDN, however you should still be able to make modifications by overwriting the Quick Menu styling properties in your own custom CSS.
4343

4444
```html
45-
<!-- Latest compiled CSS. To be placed in the <head>. -->
46-
<link href="https://cdn.jsdelivr.net/npm/quickmenu@1.2.0/dist/css/quickmenu.min.css" rel="stylesheet" integrity="sha384-1Alh/TQ242wwdeRkNYXqDxDUEHD+BPtfrrmEdEypmRxRBnPFNWN6+iQMNfdXybWr" crossorigin="anonymous">
45+
<!-- Latest compiled CSS. To be placed in the <head> above over stylesheets. -->
46+
<link href="https://cdn.jsdelivr.net/npm/quickmenu@1.2.1/dist/css/quickmenu.min.css" rel="stylesheet" integrity="sha384-5fUj4ImPvoSSxxnmh1BO4VYXGucLxyZTmoC7SKrgMDa747fxkKjOHT16IpU55XFR" crossorigin="anonymous">
4747

48-
<!-- Latest compiled JS. To be placed before the closing <body> tag. -->
49-
<script src="https://cdn.jsdelivr.net/npm/quickmenu@1.2.0/dist/js/quickmenu.min.js" integrity="sha384-J+7UVhxvYUPTb1N2qLj0dvniUcy8M1Ssxsic1xFI31naqNI4KlXP+r4D5eLVxhgg" crossorigin="anonymous"></script>
48+
<!-- Latest compiled JS. To be placed before the closing <body> tag above over scripts. -->
49+
<script src="https://cdn.jsdelivr.net/npm/quickmenu@1.2.1/dist/js/quickmenu.min.js" integrity="sha384-J+7UVhxvYUPTb1N2qLj0dvniUcy8M1Ssxsic1xFI31naqNI4KlXP+r4D5eLVxhgg" crossorigin="anonymous"></script>
5050
```
5151

5252
We recommend placing the stylesheet before any of your own custom stylesheets, which will ensure your customisations take precedence where possible. Similarly, it's required to place the script before any of your own custom scripts too.

0 commit comments

Comments
 (0)