diff --git a/README.md b/README.md index 3488bca22..91b93d4e5 100644 --- a/README.md +++ b/README.md @@ -240,7 +240,7 @@ make clean Ensure that you've already saved your changes with `PACKAGE={CHART_NAME} make patch` and cleaned up your working directory with `PACKAGE={CHART_NAME} make clean`. Then, commit all the remaining changes to `packages/{CHART_NAME}`. -Once you've committed all your changes in your package directory, run `make charts` and add everything that gets updated to a second commit (Usually `assets`, `charts` and in some cases `index.yaml` as well) so that your Pull Request contents are as following: +Once you've committed all your changes in your package directory, run `make charts` and add everything that gets updated to a second commit (usually `assets`, `charts` and in some cases `index.yaml` as well) so that your Pull Request's contents are as following: 1st commit: Changes in package to add or update your chart 2nd commit: Result of running `make charts`