Skip to content

Commit dd725ab

Browse files
committed
Updated README.md
1 parent 6fc6d84 commit dd725ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ import 'vue-status-indicator/styles.css'
5050
Import component `status-indicator`.
5151

5252
```javascript
53-
import StatusIndicator from 'vue-status-indicator'
53+
import { StatusIndicator } from 'vue-status-indicator'
5454
```
5555

5656
HTML/Vue:
@@ -60,7 +60,7 @@ HTML/Vue:
6060
<status-indicator active pulse></status-indicator>
6161
</template>
6262
<script>
63-
import StatusIndicator from 'vue-status-indicator'
63+
import { StatusIndicator } from 'vue-status-indicator'
6464
export default {
6565
components: {
6666
StatusIndicator

0 commit comments

Comments
 (0)