diff --git a/README.md b/README.md index 137fede..44c3f6b 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ Dockerfile code formatter plugin for [dprint](https://dprint.dev). -This uses [dockerfile-parser](https://crates.io/crates/dockerfile-parser) to parse a dockerfile. - ## Install [Install](https://dprint.dev/install/) and [setup](https://dprint.dev/setup/) dprint. diff --git a/scripts/generate_release_notes.ts b/scripts/generate_release_notes.ts index 1605162..81cd848 100644 --- a/scripts/generate_release_notes.ts +++ b/scripts/generate_release_notes.ts @@ -14,7 +14,7 @@ ${changelog} Then in your project's dprint configuration file: -1. Specify the plugin url in the \`"plugins"\` array or run \`dprint config add dockerfile\`. +1. Run \`dprint add dockerfile\` or specify the plugin url in the \`"plugins"\` array. 2. Add a \`"dockerfile"\` configuration property if desired. \`\`\`jsonc {