Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/0b/Qt_logo_2016.svg/langfr-330px-Qt_logo_2016.svg.png">
</div>

<h2 align="center">Prettier QML Plugin</h2>
<h2 align="center">r QML Plugin</h2>

<p align="center">
<a href="https://travis-ci.org/oltodo/prettier-plugin-qml/">
Expand All @@ -18,14 +18,14 @@
<a href="https://ci.appveyor.com/project/oltodo/prettier-plugin-qml">
<img alt="AppVeyor Build Status" src="https://img.shields.io/appveyor/ci/oltodo/prettier-plugin-qml.svg?style=flat-square&label=AppVeyor">
</a>
<a href="https://www.npmjs.com/package/@oltodprettie-plugin-qml
<img alt="npm version" src="https://img.shields.io/npm/v/plugin-prettier-qml.svg?stylprettie-plugin-qml
<a href="https://www.npmjs.com/package/@oltodprettier-plugin-qml
<img alt="npm version" src="https://img.shields.io/npm/v/plugin-prettier-qml.svg?stylprettier-plugin-qml
</a>
<a href="https://codecov.io/gh/oltodo/prettier-plugin-qml">
<img alt="Codecov Coverage Status" src="https://img.shields.io/codecov/c/github/oltodo/prettier-plugin-qml.svg?style=flat-square">
</a>
<!-- <a href="https://www.npmjs.com/package/@oltodprettie-plugin-qml
<img alt="monthly downloads" src="https://img.shields.io/npm/dm/plugin-prettier-qml.svg?stylprettie-plugin-qml
<!-- <a href="https://www.npmjs.com/package/@oltodprettier-plugin-qml
<img alt="monthly downloads" src="https://img.shields.io/npm/dm/plugin-prettier-qml.svg?stylprettier-plugin-qml
</a> -->
<a href="#badge">
<img alt="code style: prettier" src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square">
Expand Down Expand Up @@ -53,17 +53,17 @@ This plugin adds support for the QML language to Prettier.
yarn:

```bash
yarn add --dev prettier prettie-plugin-qml
yarn add --dev prettier prettier-plugin-qml
# or globally
yarn global add prettier prettie-plugin-qml
yarn global add prettier prettier-plugin-qml
```

npm:

```bash
npm install --save-dev prettier prettie-plugin-qml
npm install --save-dev prettier prettier-plugin-qml
# or globally
npm install --global prettier prettie-plugin-qml
npm install --global prettier prettier-plugin-qml
```

## Use
Expand Down