From a76feaa9b89448ad85251a383b4cbe073b49056d Mon Sep 17 00:00:00 2001 From: Akihito Koriyama Date: Tue, 5 Nov 2024 22:32:17 +0900 Subject: [PATCH] Update README.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 012646a..4e36198 100644 --- a/README.md +++ b/README.md @@ -255,7 +255,7 @@ make 2. Create your feature branch (`git checkout -b feature/amazing-feature`) 3. Add appropriate tests for your changes 4. Ensure all tests pass (`make test`) -5. Run memory leak checks (`make test TESTS="-m") +5. Run memory leak checks (`make test TESTS="-m"`) 6. Commit your changes 7. Push to the branch 8. Create a Pull Request