-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
27d130d
commit 2746521
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# neumorphic-product-intro | ||
![Version](https://img.shields.io/badge/Version-v1.0.1-yellow) | ||
![Version](https://img.shields.io/badge/Version-v1.0.2-yellow) | ||
![repo](https://img.shields.io/badge/Status-Active-success) | ||
![ES](https://img.shields.io/badge/JavaScript%20Version-ES%206-blue) | ||
|
||
|
@@ -23,7 +23,7 @@ Product intro generator based on: | |
Download the js file from dist folder <b>or just use a CDN instead</b>: | ||
|
||
```HTML+ECR | ||
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/gokhanmeteerturk/[email protected].1/dist/product-intro-main.js"></script> | ||
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/gokhanmeteerturk/[email protected].2/dist/product-intro-main.js"></script> | ||
``` | ||
|
||
Css code is placed dynamically in a shadow root, so you don't need to link a css file. | ||
|