Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
coderdiaz committed May 5, 2018
1 parent 6fc6d84 commit dd725ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ import 'vue-status-indicator/styles.css'
Import component `status-indicator`.

```javascript
import StatusIndicator from 'vue-status-indicator'
import { StatusIndicator } from 'vue-status-indicator'
```

HTML/Vue:
Expand All @@ -60,7 +60,7 @@ HTML/Vue:
<status-indicator active pulse></status-indicator>
</template>
<script>
import StatusIndicator from 'vue-status-indicator'
import { StatusIndicator } from 'vue-status-indicator'
export default {
components: {
StatusIndicator
Expand Down

0 comments on commit dd725ab

Please sign in to comment.