Skip to content

Commit b06d441

Browse files
authored
Update README.md
1 parent 3b3680d commit b06d441

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ Multiple Process Loader Management for [Vue](http://vuejs.org/) and (optionally)
1818

1919
# ⏩Quick Start
2020

21-
1. Install:
21+
### 1. Install:
2222
```bash
2323
yarn add vue-wait
2424
```
2525

26-
2. Require:
26+
### 2. Require:
2727
```js
2828
import VueWait from 'vue-wait'
2929

@@ -35,7 +35,7 @@ new Vue({
3535
})
3636
```
3737

38-
3. Use in Your Components
38+
### 3. Use in Your Components
3939

4040
```js
4141
<template>
@@ -72,7 +72,7 @@ new Vue({
7272
</script>
7373
```
7474

75-
**vue-wait has more abilities to make the management easier, please read the complete documentation.**
75+
> **vue-wait has more abilities to make the management easier, please read the complete documentation.**
7676
7777
# ▶️Detailed Start
7878

0 commit comments

Comments
 (0)