diff --git a/development.md b/development.md index 8c8ab76c..9f4931b5 100644 --- a/development.md +++ b/development.md @@ -22,7 +22,7 @@ updated each time a new change is made. displayed in the `go.mod` file reflects the commit SHA of the merged changes. This can be done by getting the commit SHA of the merged changes and using it with the update script: ```shell -./update_examples -c +./update_examples -u ``` After running the script, create another PR for these changes.