From 1d9580a8c9de42663f8139e72101614d90a9b29b Mon Sep 17 00:00:00 2001 From: petetnt Date: Fri, 10 Apr 2015 13:24:59 +0300 Subject: [PATCH] Fix broken Markdown from #72 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9344b464..7057cc32 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -63,7 +63,7 @@ Adhering to the following process is the best way to get your work included in t 2. Configure and install the dependencies: `bower install` 3. Create a new branch: `git checkout -b my-branch-name` 4. Make your change, add tests, and make sure the tests still pass -5. Push to your fork and [submit a pull request][https://help.github.com/articles/creating-a-pull-request/] +5. Push to your fork and [submit a pull request](https://help.github.com/articles/creating-a-pull-request/) 6. Pat your self on the back and wait for your pull request to be reviewed and merged. Here are a few things you can do that will increase the likelihood of your pull request being accepted: