diff options
author | Aaron Marcher <info@nulltime.net> | 2016-03-10 15:12:09 +0100 |
---|---|---|
committer | Aaron Marcher (drkhsh) <info@nulltime.net> | 2016-03-10 15:12:09 +0100 |
commit | 83eae75dcf4659b55382873655081916e4bf100f (patch) | |
tree | 898c21c08534a5e837cebb2d3b05b48c7c086adb | |
parent | 7c16dce66e80b364fc641851d47629179d190245 (diff) |
coding style notice in README.md
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -35,6 +35,8 @@ while true; do done & ``` -# Contributors +# Contributing -See CONTRIBUTORS.md file. +People who contributed are listed in the CONTRIBUTORS.md file. + +If you want to contribute, please use [the suckless coding style](http://suckless.org/coding_style)! |