diff --git a/features/draft/html-elements/README.md b/features/draft/html-elements/README.md
index daa2591f9f8..35ae74ea456 100644
--- a/features/draft/html-elements/README.md
+++ b/features/draft/html-elements/README.md
@@ -9,7 +9,7 @@ To help out, pick a feature and do the following:
its own feature or if it should be grouped with other features.
- Review `baseline_low_date`, does it look plausible? If not, remove features
from `compat_features` until the date and browser versions seem plausible. Run
- `npm run dist features/draft/html-elements` to regenerate dist.
+ `npm run dist` to regenerate dist files after changes.
- Write a description for the feature.
- Move the file into the main features/ directory and submit a PR with your
changes.
diff --git a/features/draft/spec/README.md b/features/draft/spec/README.md
index ad2a8e1203a..ea79b1f768a 100644
--- a/features/draft/spec/README.md
+++ b/features/draft/spec/README.md
@@ -10,7 +10,7 @@ To help out, pick a feature and do the following:
this as a single features or if needs to be split up.
- Review `baseline_low_date`, does it look plausible? If not, remove features
from `compat_features` until the date and browser versions seem plausible. Run
- `npm run dist features/draft/spec` to regenerate dist.
+ `npm run dist` to regenerate dist files after changes.
- Write a description for the feature.
- Move the file into the main features/ directory and submit a PR with your
changes.