Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix CDN Links
  • Loading branch information
YasinDehfuli committed Jan 14, 2024
1 parent 549db2f commit 399acd2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,16 @@ or
````
yarn add x-mega-menu
````
or use dist file of repo.

With CDN Package:
or you can use CDN package:

CSS ⬇️
````
https://cdn.jsdelivr.net/npm/[email protected]/dist/x-mega-menu.min.css
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/x-mega-menu.min.css">
````
JavaScript ⬇️
````
https://cdn.jsdelivr.net/npm/[email protected]/dist/x-mega-menu.min.js
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/x-mega-menu.min.js"></script>
````

add assets:
Expand Down

0 comments on commit 399acd2

Please sign in to comment.