Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
fix markdown error
  • Loading branch information
egoist authored Feb 5, 2017
1 parent 67d4d18 commit 7f579ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ The `skipInterpolation` field in the metadata file should be a [minimatch glob p
### `complete` function

Arguments:

- `data`: the same data you can access in `completeMessage`:
```js
{
Expand All @@ -210,6 +211,7 @@ Arguments:
}
}
```

- `helpers`: some helpers you can use to log results.
- `chalk`: the `chalk` module
- `logger`: [the built-in vue-cli logger](/lib/logger.js)
Expand All @@ -223,7 +225,6 @@ Arguments:
}
}
```
}

### Installing a specific template version

Expand Down

0 comments on commit 7f579ca

Please sign in to comment.