diff --git a/README.md b/README.md index 9c29388f..00acfa1e 100644 --- a/README.md +++ b/README.md @@ -53,18 +53,24 @@ import { add, filter, repeat } from '../utils'; ### Install -npm +using npm ```shell script npm install --save-dev @trivago/prettier-plugin-sort-imports ``` -or, using yarn +using yarn ```shell script yarn add --dev @trivago/prettier-plugin-sort-imports ``` +using pnpm + +```shell script +pnpm add -D @trivago/prettier-plugin-sort-imports +``` + **Note: If you are migrating from v2.x.x to v3.x.x, [Please Read Migration Guidelines](./docs/MIGRATION.md)** **Note: If formatting `.vue` sfc files please install `@vue/compiler-sfc` if not in your dependency tree - this normally is within Vue projects.**