Skip to content

Commit

Permalink
📝 improve README docs
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorLuizC committed Oct 30, 2018
1 parent 500be2b commit 8ed892d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

Add UUID to Vue instance.

| [![JavaScript Style Guide][2]][3] | [![Build Status][0]][1] |
|---|---|
[![JavaScript Style Guide][2]][3] [![Build Status][0]][1]

[0]: https://travis-ci.org/VitorLuizC/vue-uuid.svg?branch=master
[1]: https://travis-ci.org/VitorLuizC/vue-uuid
Expand Down Expand Up @@ -32,7 +31,7 @@ Vue.use(UUID)
After installation `$uuid` is available on instance, so you can use inside
components **template** and script, like the example below.

```html
```vue
<template>
<div class="uuid-panel">
<h3 class="uuid">{{ uuid }}</h3>
Expand Down

0 comments on commit 8ed892d

Please sign in to comment.