From cddfa927bcc83b5225e41f321f03dd885d986ebf Mon Sep 17 00:00:00 2001 From: Gabe Berke-Williams Date: Fri, 28 Oct 2011 13:20:58 -0400 Subject: [PATCH] Escape the underscore. --- CONTRIBUTION_GUIDELINES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTION_GUIDELINES.md b/CONTRIBUTION_GUIDELINES.md index 10b3a5fb2..5aee82cb3 100644 --- a/CONTRIBUTION_GUIDELINES.md +++ b/CONTRIBUTION_GUIDELINES.md @@ -1,4 +1,4 @@ -Contributing to factory_girl: +Contributing to factory\_girl: 1. Fork the [official repository](http://github.com/thoughtbot/factory_girl/tree/master). 2. Make your changes in a topic branch.