yet-another-github-card 1.0.8 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -79,7 +79,7 @@ Include the YAGC in your HTML, copy and paste the following code replacing data-
|
|
|
79
79
|
|
|
80
80
|
```html
|
|
81
81
|
<github-card data-style="defaultTheme" data-user="carlesloriente" data-user-stars="true" data-user-stats='[{"name": "commits"}, {"name": "contributions">
|
|
82
|
-
<script type="module" src="https://unpkg.com/yet-another-github-card@1.0.
|
|
82
|
+
<script type="module" src="https://unpkg.com/yet-another-github-card@1.0.9/yagc.min.js"></script>
|
|
83
83
|
```
|
|
84
84
|
|
|
85
85
|
## Documentation
|