From a187ec23e890c860775a1565bc1581582ba812bf Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Thu, 1 Jun 2017 09:50:03 -0400 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f9a50ad9..8db2a87a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ -#A few notes on contributions +# A few notes on contributions -If you want to add code, please make sure it passes the clang-format style (I'm using LLVM 4.0): +If you want to add code, please make sure it passes the clang-format style (I am using LLVM 4.0): ```bash git ls-files -- '.cpp' '.hpp' | xargs clang-format -i -style=file