Skip to content

Commit da1824d

Browse files
committed
Minor fixes
1 parent b79e978 commit da1824d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ import 'vue-status-indicator'
2121
HTML/Vue:
2222

2323
```html
24-
<status-indicator type="active" pulse></status-indicator>
24+
<status-indicator active pulse></status-indicator>
2525
```
2626

2727
### API
2828

2929
```html
30-
<status-indicator type="active|positive|intermediary|negative" pulse="true|false"></status-indicator>
30+
<status-indicator active|positive|intermediary|negative pulse></status-indicator>
3131
```
3232

3333
You are able to customize the dot by CSS variables, default configuration is listed below.

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
</head>
77
<body>
88
<div id="app"></div>
9-
<script src="/dist/build.js"></script>
9+
<script src="dist/build.js"></script>
1010
</body>
1111
</html>

0 commit comments

Comments
 (0)