From 429cc7ee909f047fdee255cb0c20d965c2da558c Mon Sep 17 00:00:00 2001 From: Doug Ayers <4142577+douglascayers@users.noreply.github.com> Date: Fri, 7 Jun 2019 00:48:18 -0500 Subject: [PATCH] Add missing single quote to commit example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d79cd98..4ef15d0e 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ Contributions are what make the open source community such an amazing place to b 1. Fork the Project 2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`) -3. Commit your Changes (`git commit -m 'Add some AmazingFeature`) +3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`) 4. Push to the Branch (`git push origin feature/AmazingFeature`) 5. Open a Pull Request