Skip to content

Commit

Permalink
Update README.md (#2405)
Browse files Browse the repository at this point in the history
  • Loading branch information
nisbet-hubbard authored Oct 11, 2024
1 parent 612272f commit 6f7d65d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,15 @@ yarn:

```bash
yarn add --dev prettier @prettier/plugin-php
# or globally
# or globally (pending /~https://github.com/prettier/prettier/issues/15141)
yarn global add prettier @prettier/plugin-php
```

npm:

```bash
npm install --save-dev prettier @prettier/plugin-php
# or globally
# or globally (pending /~https://github.com/prettier/prettier/issues/15141)
npm install --global prettier @prettier/plugin-php
```

Expand Down Expand Up @@ -274,7 +274,7 @@ Sublime Text support is available through Package Control and the [JsPrettier](h

### Vim

Regarding plugin support in the official plugin vim-prettier see [this issue](/~https://github.com/prettier/vim-prettier/issues/119).
The official [prettier plugin for vim](/~https://github.com/prettier/vim-prettier) has built-in support for plugin-php since 1.0.

#### ALE

Expand Down

0 comments on commit 6f7d65d

Please sign in to comment.