diff --git a/scripts/README.md b/scripts/README.md index 0d56d9a..dce491e 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -4,6 +4,6 @@ * `scripts/test` - Run the test suite. * `scripts/lint` - Run the code format. * `scripts/check` - Run the lint in check mode, and the type checker. -* `scripts/rename` - Check that the backward-compat `multipart` name works as expected +* `scripts/rename` - Check that the backward-compat `multipart` name works as expected. Styled after GitHub's ["Scripts to Rule Them All"](https://github.com/github/scripts-to-rule-them-all).