Skip to content

Commit

Permalink
Add missing single quote to commit example
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascayers authored Jun 7, 2019
1 parent b517ca5 commit 429cc7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 429cc7e

Please sign in to comment.