Skip to content

Commit 80d128c

Browse files
committed
Updated README.md
1 parent 114a8d2 commit 80d128c

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<p align="center">
2-
<a href="https://github.com/coderdiaz/vue-tiny-pagination">
2+
<a href="https://github.com/coderdiaz/vue-status-indicator">
33
<img src="https://vuejs.org/images/logo.png" width="120">
44
</a>
55
<h2 align="center">&lt;vue-status-indicator /&gt;</h2>
66
</p>
77

88
<p align="center">
9-
A Vue.js component to show status indicator as colored dots. <a href="https://coderdiaz.me/vue-status-indicator/">Demo</a>. This is a fork of <a href="https://github.com/tnhu/status-indicator">status-indicator</a> with a few changes for use with Vue.js.
9+
A Vue component to show status indicator as colored dots. <a href="https://coderdiaz.me/vue-status-indicator/">Demo</a>. This is a fork of <a href="https://github.com/tnhu/status-indicator">status-indicator</a> with a few changes for use with Vue.js.
1010
</p>
1111

1212
<p align="center">
@@ -69,6 +69,13 @@ HTML/Vue:
6969
</script>
7070
```
7171

72+
Usage in Browser:
73+
```
74+
https://unpkg.com/vue-status-indicator@latest/dist/vue-status-indicator.min.js
75+
https://unpkg.com/vue-status-indicator@latest/styles.css
76+
```
77+
**Example**: https://jsfiddle.net/coderdiaz/k038cdf3/
78+
7279
### API
7380

7481
```html

0 commit comments

Comments
 (0)