Skip to content
This repository was archived by the owner on Sep 17, 2022. It is now read-only.

Commit b52d4e7

Browse files
committed
Update README
1 parent 040cc14 commit b52d4e7

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
fluent-vue-loader
22
=================
33

4-
`fluent-vue-loader` is Webpack loader that allows to use custom blocks with locale messages in `fluent-vue`
4+
`fluent-vue-loader` is Webpack loader that allows to use Vue custom blocks with locale messages in `fluent-vue`
55

6-
<!-- TOC depthfrom:2 -->
7-
8-
- [Instalation](#instalation)
6+
- [Installation](#installation)
97
- [Example](#example)
108

11-
<!-- /TOC -->
12-
13-
## Instalation
9+
## Installation
1410

1511
**Add `fluent-vue-loader` to your dev-dependencies:**
1612

@@ -24,7 +20,7 @@ For `yarn` users:
2420
yarn add fluent-vue-loader --dev
2521
```
2622

27-
**Add loader to your webpack config**
23+
**Add loader to your Webpack config**
2824

2925
```js
3026
module.exports = {

0 commit comments

Comments
 (0)