From 127916da13bc11b411986c881d9b64ad362bdb02 Mon Sep 17 00:00:00 2001 From: Steven Crespo Date: Thu, 1 Jul 2021 16:55:59 -0400 Subject: [PATCH] Update README.md Co-authored-by: Arvind Iyengar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`